Html Css Color HEX #F29D1E Carrot Orange

📋 copy color: '#F29D1E'

red 242 ◦ green 157 ◦ blue 30

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

Shades of Carrot Orange #F29D1E

Tints of Carrot Orange #F29D1E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.6%

 BLUE value IS 30 (12.11% from 255) = 6.99%

R = 56.41%
G = 36.6%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F29D1E (or 0xF29D1E) is known color: Carrot Orange. HEX triplet: F2, 9D and 1E. RGB value is (242,157,30). Sum of RGB (Red+Green+Blue) = 242+157+30=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29D1E is #0D62E1. Grayscale: #A8A8A8. Windows color (decimal): -877282 or 2006514. OLE color: 2006514.

HSL color Cylindrical-coordinate representation of color #F29D1E: hue angle of 35.94º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F29D1E is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 157 30 -
CMYK 0 0.35 0.88 0.05
HSL 35.94º 0.89% 0.53% -
HSV(B) 35.94º 0.88% 0.95% -
XYZ 48.91 43.08 6.97 -
YUV 167.94 50.16 180.83 -
System Red Green Blue C M Y K H S L
Decimal 242 157 30 0 0.35 0.88 0.05 35.94 0.89 0.53
Hex F2 9D 1E 0 23 58 5 24 59 35
Octal 362 235 36 0 43 130 5 44 131 65
Binary 11110010 10011101 11110 0 100011 1011000 101 100100 1011001 110101

Color Harmonies of #F29D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29D1E

Black with #F29D1E

Text Example


Text Example

White with #F29D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29D1E; }

 p { color: rgb(242,157,30); }

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

background-color css

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

 a { background-color: rgb(242,157,30); }

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

border-color css

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

 span { border-color: rgb(242,157,30); }

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