Html Css Color HEX #F29512 Carrot Orange

📋 copy color: '#F29512'

red 242 ◦ green 149 ◦ blue 18

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

Shades of Carrot Orange #F29512

Tints of Carrot Orange #F29512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

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

R = 59.17%
G = 36.43%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F29512 (or 0xF29512) is known color: Carrot Orange. HEX triplet: F2, 95 and 12. RGB value is (242,149,18). Sum of RGB (Red+Green+Blue) = 242+149+18=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F29512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29512 is #0D6AED. Grayscale: #A2A2A2. Windows color (decimal): -879342 or 1218034. OLE color: 1218034.

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

Color convert

RGB 242 149 18 -
CMYK 0 0.38 0.93 0.05
HSL 35.09º 0.9% 0.51% -
HSV(B) 35.09º 0.93% 0.95% -
XYZ 47.47 40.42 5.87 -
YUV 161.87 46.81 185.15 -
System Red Green Blue C M Y K H S L
Decimal 242 149 18 0 0.38 0.93 0.05 35.09 0.9 0.51
Hex F2 95 12 0 26 5D 5 23 5A 33
Octal 362 225 22 0 46 135 5 43 132 63
Binary 11110010 10010101 10010 0 100110 1011101 101 100011 1011010 110011

Color Harmonies of #F29512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29512

Black with #F29512

Text Example


Text Example

White with #F29512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29512; }

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

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

background-color css

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

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

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

border-color css

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

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

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