Html Css Color HEX #F29014 Carrot Orange

📋 copy color: '#F29014'

red 242 ◦ green 144 ◦ blue 20

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

Shades of Carrot Orange #F29014

Tints of Carrot Orange #F29014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.93%

R = 59.61%
G = 35.47%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F29014 (or 0xF29014) is known color: Carrot Orange. HEX triplet: F2, 90 and 14. RGB value is (242,144,20). Sum of RGB (Red+Green+Blue) = 242+144+20=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F29014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29014 is #0D6FEB. Grayscale: #9F9F9F. Windows color (decimal): -880620 or 1347826. OLE color: 1347826.

HSL color Cylindrical-coordinate representation of color #F29014: hue angle of 33.51º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F29014 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 144 20 -
CMYK 0 0.40 0.92 0.05
HSL 33.51º 0.9% 0.51% -
HSV(B) 33.51º 0.92% 0.95% -
XYZ 46.72 38.87 5.7 -
YUV 159.17 49.47 187.08 -
System Red Green Blue C M Y K H S L
Decimal 242 144 20 0 0.40 0.92 0.05 33.51 0.9 0.51
Hex F2 90 14 0 28 5C 5 22 5A 33
Octal 362 220 24 0 50 134 5 42 132 63
Binary 11110010 10010000 10100 0 101000 1011100 101 100010 1011010 110011

Color Harmonies of #F29014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29014

Black with #F29014

Text Example


Text Example

White with #F29014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29014; }

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

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

background-color css

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

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

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

border-color css

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

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

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