#F28A16

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

Shades of Carrot Orange #F28A16

Tints of Carrot Orange #F28A16

Color information

#F28A16 (or 0xF28A16) is unknown color: approx Carrot Orange. HEX triplet: F2, 8A and 16. RGB value is (242,138,22). Sum of RGB (Red+Green+Blue) = 242+138+22=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28A16 is #0D75E9. Grayscale: #9C9C9C. Windows color (decimal): -882154 or 1477362. OLE color: 1477362.

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

Color convert

RGB24213822-
CMYK00.430.910.05
HSL31.64º89.43%51.76%-
HSV(B)31.64º90.91%94.9%-
XYZ45.8537.115.51-
YUV155.8752.46189.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.20%
GREEN value IS 138 (54.30% from 255) = 34.33%
BLUE value IS 22 (8.98% from 255) = 5.47%
R=60.20%
G=34.33%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421382200.430.910.0531.6489.4351.76
HexF28A1602B5B5205934
Octal3622122605313354013164
Binary111100101000101010110010101110110111011000001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28A16; }

 p { color: rgb(242,138,22); }

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

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

 a { background-color: rgb(242,138,22); }

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

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

 span { border-color: rgb(242,138,22); }

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