Html Css Color HEX #F29D1F Carrot Orange

📋 copy color: '#F29D1F'

red 242 ◦ green 157 ◦ blue 31

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

Shades of Carrot Orange #F29D1F

Tints of Carrot Orange #F29D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.21%

R = 56.28%
G = 36.51%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F29D1F (or 0xF29D1F) is known color: Carrot Orange. HEX triplet: F2, 9D and 1F. RGB value is (242,157,31). Sum of RGB (Red+Green+Blue) = 242+157+31=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29D1F is #0D62E0. Grayscale: #A8A8A8. Windows color (decimal): -877281 or 2072050. OLE color: 2072050.

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

Color convert

RGB 242 157 31 -
CMYK 0 0.35 0.87 0.05
HSL 35.83º 0.89% 0.54% -
HSV(B) 35.83º 0.87% 0.95% -
XYZ 48.92 43.09 7.04 -
YUV 168.05 50.66 180.75 -
System Red Green Blue C M Y K H S L
Decimal 242 157 31 0 0.35 0.87 0.05 35.83 0.89 0.54
Hex F2 9D 1F 0 23 57 5 24 59 36
Octal 362 235 37 0 43 127 5 44 131 66
Binary 11110010 10011101 11111 0 100011 1010111 101 100100 1011001 110110

Color Harmonies of #F29D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29D1F

Black with #F29D1F

Text Example


Text Example

White with #F29D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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