#F29212

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

Shades of Carrot Orange #F29212

Tints of Carrot Orange #F29212

Color information

#F29212 (or 0xF29212) is unknown color: approx Carrot Orange. HEX triplet: F2, 92 and 12. RGB value is (242,146,18). Sum of RGB (Red+Green+Blue) = 242+146+18=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F29212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29212 is #0D6DED. Grayscale: #A0A0A0. Windows color (decimal): -880110 or 1217266. OLE color: 1217266.

HSL color Cylindrical-coordinate representation of color #F29212: hue angle of 34.29º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F29212 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB24214618-
CMYK00.400.930.05
HSL34.29º89.6%50.98%-
HSV(B)34.29º92.56%94.9%-
XYZ47.0139.485.71-
YUV160.1147.8186.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.61%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 18 (7.42% from 255) = 4.43%
R=59.61%
G=35.96%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421461800.400.930.0534.2989.650.98
HexF292120285D5225a33
Octal3622222205013554213263
Binary111100101001001010010010100010111011011000101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29212; }

 p { color: rgb(242,146,18); }

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

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

 a { background-color: rgb(242,146,18); }

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

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

 span { border-color: rgb(242,146,18); }

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