Html Css Color HEX #F29012 Carrot Orange

📋 copy color: '#F29012'

red 242 ◦ green 144 ◦ blue 18

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

Shades of Carrot Orange #F29012

Tints of Carrot Orange #F29012

RGB

 RED value IS 242 (94.92% from 255) = 59.9%

 GREEN value IS 144 (56.64% from 255) = 35.64%

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 59.9%
G = 35.64%
B = 4.46%

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

#F29012 (or 0xF29012) is known color: Carrot Orange. HEX triplet: F2, 90 and 12. RGB value is (242,144,18). Sum of RGB (Red+Green+Blue) = 242+144+18=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F29012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29012 is #0D6FED. Grayscale: #9F9F9F. Windows color (decimal): -880622 or 1216754. OLE color: 1216754.

HSL color Cylindrical-coordinate representation of color #F29012: hue angle of 33.75º 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 #F29012 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 144 18 -
CMYK 0 0.40 0.93 0.05
HSL 33.75º 0.9% 0.51% -
HSV(B) 33.75º 0.93% 0.95% -
XYZ 46.7 38.87 5.61 -
YUV 158.94 48.47 187.25 -
System Red Green Blue C M Y K H S L
Decimal 242 144 18 0 0.40 0.93 0.05 33.75 0.9 0.51
Hex F2 90 12 0 28 5D 5 22 5A 33
Octal 362 220 22 0 50 135 5 42 132 63
Binary 11110010 10010000 10010 0 101000 1011101 101 100010 1011010 110011

Color Harmonies of #F29012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29012

Black with #F29012

Text Example


Text Example

White with #F29012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29012; }

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

 H1.HeaderClassName
 {
   color: #F29012;
 }
 .AnyTagClassName
 {
   color: #F29012;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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