Html Css Color HEX #F29010 Carrot Orange

📋 copy color: '#F29010'

red 242 ◦ green 144 ◦ blue 16

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

Shades of Carrot Orange #F29010

Tints of Carrot Orange #F29010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.98%

R = 60.2%
G = 35.82%
B = 3.98%

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

#F29010 (or 0xF29010) is known color: Carrot Orange. HEX triplet: F2, 90 and 10. RGB value is (242,144,16). Sum of RGB (Red+Green+Blue) = 242+144+16=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F29010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29010 is #0D6FEF. Grayscale: #9F9F9F. Windows color (decimal): -880624 or 1085682. OLE color: 1085682.

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

Color convert

RGB 242 144 16 -
CMYK 0 0.40 0.93 0.05
HSL 33.98º 0.9% 0.51% -
HSV(B) 33.98º 0.93% 0.95% -
XYZ 46.68 38.86 5.53 -
YUV 158.71 47.47 187.41 -
System Red Green Blue C M Y K H S L
Decimal 242 144 16 0 0.40 0.93 0.05 33.98 0.9 0.51
Hex F2 90 10 0 28 5D 5 22 5A 33
Octal 362 220 20 0 50 135 5 42 132 63
Binary 11110010 10010000 10000 0 101000 1011101 101 100010 1011010 110011

Color Harmonies of #F29010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29010

Black with #F29010

Text Example


Text Example

White with #F29010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29010; }

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

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

background-color css

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

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

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

border-color css

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

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

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