Html Css Color HEX #F59120 Carrot Orange

📋 copy color: '#F59120'

red 245 ◦ green 145 ◦ blue 32

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

Shades of Carrot Orange #F59120

Tints of Carrot Orange #F59120

RGB

 RED value IS 245 (96.09% from 255) = 58.06%

 GREEN value IS 145 (57.03% from 255) = 34.36%

 BLUE value IS 32 (12.89% from 255) = 7.58%

R = 58.06%
G = 34.36%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F59120 (or 0xF59120) is known color: Carrot Orange. HEX triplet: F5, 91 and 20. RGB value is (245,145,32). Sum of RGB (Red+Green+Blue) = 245+145+32=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F59120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59120 is #0A6EDF. Grayscale: #A2A2A2. Windows color (decimal): -683744 or 2134517. OLE color: 2134517.

HSL color Cylindrical-coordinate representation of color #F59120: hue angle of 31.83º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F59120 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 145 32 -
CMYK 0 0.41 0.87 0.04
HSL 31.83º 0.91% 0.54% -
HSV(B) 31.83º 0.87% 0.96% -
XYZ 48.04 39.77 6.51 -
YUV 162.02 54.63 187.19 -
System Red Green Blue C M Y K H S L
Decimal 245 145 32 0 0.41 0.87 0.04 31.83 0.91 0.54
Hex F5 91 20 0 29 57 4 20 5B 36
Octal 365 221 40 0 51 127 4 40 133 66
Binary 11110101 10010001 100000 0 101001 1010111 100 100000 1011011 110110

Color Harmonies of #F59120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59120

Black with #F59120

Text Example


Text Example

White with #F59120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59120; }

 p { color: rgb(245,145,32); }

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

background-color css

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

 a { background-color: rgb(245,145,32); }

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

border-color css

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

 span { border-color: rgb(245,145,32); }

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