#F28217

Color #F28217 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #F28217

Tints of Carrot Orange #F28217

Color information

#F28217 (or 0xF28217) is unknown color: approx Carrot Orange. HEX triplet: F2, 82 and 17. RGB value is (242,130,23). Sum of RGB (Red+Green+Blue) = 242+130+23=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F28217 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28217 is #0D7DE8. Grayscale: #979797. Windows color (decimal): -884201 or 1540850. OLE color: 1540850.

HSL color Cylindrical-coordinate representation of color #F28217: hue angle of 29.32º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F28217 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB24213023-
CMYK00.460.900.05
HSL29.32º89.39%51.96%-
HSV(B)29.32º90.5%94.9%-
XYZ44.7634.95.19-
YUV151.2955.61192.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 61.27%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 23 (9.38% from 255) = 5.82%
R=61.27%
G=32.91%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421302300.460.900.0529.3289.3951.96
HexF2821702E5A51d5934
Octal3622022705613253513164
Binary11110010100000101011101011101011010101111011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28217; }

 p { color: rgb(242,130,23); }

 H1.HeaderClassName
 {
   color: #F28217;
 }
 .AnyTagClassName
 {
   color: #F28217;
 }
</style>
background-color css

<style>
 a { background-color: #F28217; }

 a { background-color: rgb(242,130,23); }

 div.DivClassName
 {
   background-color: #F28217;
 }
 .BgClassName
 {
   background-color: #F28217;
 }
</style>
border-color css

<style>
 span { border-color: #F28217; }

 span { border-color: rgb(242,130,23); }

 td.TdClassName
 {
   border-color: #F28217;
 }
 .TagClassName
 {
   border-color: #F28217;
 }
</style>