Html Css Color HEX #F29111 Carrot Orange

📋 copy color: '#F29111'

red 242 ◦ green 145 ◦ blue 17

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

Shades of Carrot Orange #F29111

Tints of Carrot Orange #F29111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.89%

 BLUE value IS 17 (7.03% from 255) = 4.21%

R = 59.9%
G = 35.89%
B = 4.21%

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

#F29111 (or 0xF29111) is known color: Carrot Orange. HEX triplet: F2, 91 and 11. RGB value is (242,145,17). Sum of RGB (Red+Green+Blue) = 242+145+17=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F29111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29111 is #0D6EEE. Grayscale: #A0A0A0. Windows color (decimal): -880367 or 1151474. OLE color: 1151474.

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

Color convert

RGB 242 145 17 -
CMYK 0 0.40 0.93 0.05
HSL 34.13º 0.9% 0.51% -
HSV(B) 34.13º 0.93% 0.95% -
XYZ 46.84 39.17 5.62 -
YUV 159.41 47.64 186.91 -
System Red Green Blue C M Y K H S L
Decimal 242 145 17 0 0.40 0.93 0.05 34.13 0.9 0.51
Hex F2 91 11 0 28 5D 5 22 5A 33
Octal 362 221 21 0 50 135 5 42 132 63
Binary 11110010 10010001 10001 0 101000 1011101 101 100010 1011010 110011

Color Harmonies of #F29111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29111

Black with #F29111

Text Example


Text Example

White with #F29111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29111; }

 p { color: rgb(242,145,17); }

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

background-color css

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

 a { background-color: rgb(242,145,17); }

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

border-color css

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

 span { border-color: rgb(242,145,17); }

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