Html Css Color HEX #F29212 Carrot Orange

📋 copy color: '#F29212'

red 242 ◦ green 146 ◦ blue 18

#F29212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #F29212

Tints of Carrot Orange #F29212

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 value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F29212 (or 0xF29212) is known color: 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

RGB 242 146 18 -
CMYK 0 0.40 0.93 0.05
HSL 34.29º 0.9% 0.51% -
HSV(B) 34.29º 0.93% 0.95% -
XYZ 47.01 39.48 5.71 -
YUV 160.11 47.8 186.41 -
System Red Green Blue C M Y K H S L
Decimal 242 146 18 0 0.40 0.93 0.05 34.29 0.9 0.51
Hex F2 92 12 0 28 5D 5 22 5A 33
Octal 362 222 22 0 50 135 5 42 132 63
Binary 11110010 10010010 10010 0 101000 1011101 101 100010 1011010 110011

Color Harmonies of #F29212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29212

Black with #F29212

Text Example


Text Example

White with #F29212

Text Example


Text Example

HTML Codes & Css Web 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>