Html Css Color HEX #F1A024 Carrot Orange

📋 copy color: '#F1A024'

red 241 ◦ green 160 ◦ blue 36

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

Shades of Carrot Orange #F1A024

Tints of Carrot Orange #F1A024

RGB

 RED value IS 241 (94.53% from 255) = 55.15%

 GREEN value IS 160 (62.89% from 255) = 36.61%

 BLUE value IS 36 (14.45% from 255) = 8.24%

R = 55.15%
G = 36.61%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F1A024 (or 0xF1A024) is known color: Carrot Orange. HEX triplet: F1, A0 and 24. RGB value is (241,160,36). Sum of RGB (Red+Green+Blue) = 241+160+36=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A024 is #0E5FDB. Grayscale: #AAAAAA. Windows color (decimal): -942044 or 2400497. OLE color: 2400497.

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

Color convert

RGB 241 160 36 -
CMYK 0 0.34 0.85 0.05
HSL 36.29º 0.88% 0.54% -
HSV(B) 36.29º 0.85% 0.95% -
XYZ 49.16 43.97 7.56 -
YUV 170.08 52.34 178.58 -
System Red Green Blue C M Y K H S L
Decimal 241 160 36 0 0.34 0.85 0.05 36.29 0.88 0.54
Hex F1 A0 24 0 22 55 5 24 58 36
Octal 361 240 44 0 42 125 5 44 130 66
Binary 11110001 10100000 100100 0 100010 1010101 101 100100 1011000 110110

Color Harmonies of #F1A024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A024

Black with #F1A024

Text Example


Text Example

White with #F1A024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A024; }

 p { color: rgb(241,160,36); }

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

background-color css

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

 a { background-color: rgb(241,160,36); }

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

border-color css

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

 span { border-color: rgb(241,160,36); }

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