Html Css Color HEX #F29312 Carrot Orange

📋 copy color: '#F29312'

red 242 ◦ green 147 ◦ blue 18

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

Shades of Carrot Orange #F29312

Tints of Carrot Orange #F29312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 59.46%
G = 36.12%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F29312 (or 0xF29312) is known color: Carrot Orange. HEX triplet: F2, 93 and 12. RGB value is (242,147,18). Sum of RGB (Red+Green+Blue) = 242+147+18=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F29312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29312 is #0D6CED. Grayscale: #A1A1A1. Windows color (decimal): -879854 or 1217522. OLE color: 1217522.

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

Color convert

RGB 242 147 18 -
CMYK 0 0.39 0.93 0.05
HSL 34.55º 0.9% 0.51% -
HSV(B) 34.55º 0.93% 0.95% -
XYZ 47.16 39.79 5.77 -
YUV 160.7 47.47 185.99 -
System Red Green Blue C M Y K H S L
Decimal 242 147 18 0 0.39 0.93 0.05 34.55 0.9 0.51
Hex F2 93 12 0 27 5D 5 23 5A 33
Octal 362 223 22 0 47 135 5 43 132 63
Binary 11110010 10010011 10010 0 100111 1011101 101 100011 1011010 110011

Color Harmonies of #F29312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29312

Black with #F29312

Text Example


Text Example

White with #F29312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29312; }

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

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

background-color css

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

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

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

border-color css

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

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

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