Html Css Color HEX #F29514 Carrot Orange

📋 copy color: '#F29514'

red 242 ◦ green 149 ◦ blue 20

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

Shades of Carrot Orange #F29514

Tints of Carrot Orange #F29514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.25%

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

R = 58.88%
G = 36.25%
B = 4.87%

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

#F29514 (or 0xF29514) is known color: Carrot Orange. HEX triplet: F2, 95 and 14. RGB value is (242,149,20). Sum of RGB (Red+Green+Blue) = 242+149+20=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F29514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29514 is #0D6AEB. Grayscale: #A2A2A2. Windows color (decimal): -879340 or 1349106. OLE color: 1349106.

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

Color convert

RGB 242 149 20 -
CMYK 0 0.38 0.92 0.05
HSL 34.86º 0.9% 0.51% -
HSV(B) 34.86º 0.92% 0.95% -
XYZ 47.49 40.42 5.96 -
YUV 162.1 47.81 184.99 -
System Red Green Blue C M Y K H S L
Decimal 242 149 20 0 0.38 0.92 0.05 34.86 0.9 0.51
Hex F2 95 14 0 26 5C 5 23 5A 33
Octal 362 225 24 0 46 134 5 43 132 63
Binary 11110010 10010101 10100 0 100110 1011100 101 100011 1011010 110011

Color Harmonies of #F29514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29514

Black with #F29514

Text Example


Text Example

White with #F29514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29514; }

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

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

background-color css

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

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

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

border-color css

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

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

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