Html Css Color HEX #F29A1F Carrot Orange

📋 copy color: '#F29A1F'

red 242 ◦ green 154 ◦ blue 31

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

Shades of Carrot Orange #F29A1F

Tints of Carrot Orange #F29A1F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

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

R = 56.67%
G = 36.07%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F29A1F (or 0xF29A1F) is known color: Carrot Orange. HEX triplet: F2, 9A and 1F. RGB value is (242,154,31). Sum of RGB (Red+Green+Blue) = 242+154+31=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29A1F is #0D65E0. Grayscale: #A6A6A6. Windows color (decimal): -878049 or 2071282. OLE color: 2071282.

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

Color convert

RGB 242 154 31 -
CMYK 0 0.36 0.87 0.05
HSL 34.98º 0.89% 0.54% -
HSV(B) 34.98º 0.87% 0.95% -
XYZ 48.42 42.09 6.87 -
YUV 166.29 51.65 182 -
System Red Green Blue C M Y K H S L
Decimal 242 154 31 0 0.36 0.87 0.05 34.98 0.89 0.54
Hex F2 9A 1F 0 24 57 5 23 59 36
Octal 362 232 37 0 44 127 5 43 131 66
Binary 11110010 10011010 11111 0 100100 1010111 101 100011 1011001 110110

Color Harmonies of #F29A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29A1F

Black with #F29A1F

Text Example


Text Example

White with #F29A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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