Html Css Color HEX #F29011 Carrot Orange

📋 copy color: '#F29011'

red 242 ◦ green 144 ◦ blue 17

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

Shades of Carrot Orange #F29011

Tints of Carrot Orange #F29011

RGB

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

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

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

R = 60.05%
G = 35.73%
B = 4.22%

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

#F29011 (or 0xF29011) is known color: Carrot Orange. HEX triplet: F2, 90 and 11. RGB value is (242,144,17). Sum of RGB (Red+Green+Blue) = 242+144+17=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F29011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29011 is #0D6FEE. Grayscale: #9F9F9F. Windows color (decimal): -880623 or 1151218. OLE color: 1151218.

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

Color convert

RGB 242 144 17 -
CMYK 0 0.40 0.93 0.05
HSL 33.87º 0.9% 0.51% -
HSV(B) 33.87º 0.93% 0.95% -
XYZ 46.69 38.86 5.57 -
YUV 158.82 47.97 187.33 -
System Red Green Blue C M Y K H S L
Decimal 242 144 17 0 0.40 0.93 0.05 33.87 0.9 0.51
Hex F2 90 11 0 28 5D 5 22 5A 33
Octal 362 220 21 0 50 135 5 42 132 63
Binary 11110010 10010000 10001 0 101000 1011101 101 100010 1011010 110011

Color Harmonies of #F29011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29011

Black with #F29011

Text Example


Text Example

White with #F29011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29011; }

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

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

background-color css

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

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

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

border-color css

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

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

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