Html Css Color HEX #F29614 Carrot Orange

📋 copy color: '#F29614'

red 242 ◦ green 150 ◦ blue 20

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

Shades of Carrot Orange #F29614

Tints of Carrot Orange #F29614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

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

R = 58.74%
G = 36.41%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F29614 (or 0xF29614) is known color: Carrot Orange. HEX triplet: F2, 96 and 14. RGB value is (242,150,20). Sum of RGB (Red+Green+Blue) = 242+150+20=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F29614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29614 is #0D69EB. Grayscale: #A3A3A3. Windows color (decimal): -879084 or 1349362. OLE color: 1349362.

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

Color convert

RGB 242 150 20 -
CMYK 0 0.38 0.92 0.05
HSL 35.14º 0.9% 0.51% -
HSV(B) 35.14º 0.92% 0.95% -
XYZ 47.65 40.74 6.01 -
YUV 162.69 47.48 184.57 -
System Red Green Blue C M Y K H S L
Decimal 242 150 20 0 0.38 0.92 0.05 35.14 0.9 0.51
Hex F2 96 14 0 26 5C 5 23 5A 33
Octal 362 226 24 0 46 134 5 43 132 63
Binary 11110010 10010110 10100 0 100110 1011100 101 100011 1011010 110011

Color Harmonies of #F29614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29614

Black with #F29614

Text Example


Text Example

White with #F29614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29614; }

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

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

background-color css

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

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

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

border-color css

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

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

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