Html Css Color HEX #F59520 Carrot Orange

📋 copy color: '#F59520'

red 245 ◦ green 149 ◦ blue 32

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

Shades of Carrot Orange #F59520

Tints of Carrot Orange #F59520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.98%

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

R = 57.51%
G = 34.98%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F59520 (or 0xF59520) is known color: Carrot Orange. HEX triplet: F5, 95 and 20. RGB value is (245,149,32). Sum of RGB (Red+Green+Blue) = 245+149+32=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F59520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59520 is #0A6ADF. Grayscale: #A4A4A4. Windows color (decimal): -682720 or 2135541. OLE color: 2135541.

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

Color convert

RGB 245 149 32 -
CMYK 0 0.39 0.87 0.04
HSL 32.96º 0.91% 0.54% -
HSV(B) 32.96º 0.87% 0.96% -
XYZ 48.66 41.01 6.72 -
YUV 164.37 53.3 185.51 -
System Red Green Blue C M Y K H S L
Decimal 245 149 32 0 0.39 0.87 0.04 32.96 0.91 0.54
Hex F5 95 20 0 27 57 4 21 5B 36
Octal 365 225 40 0 47 127 4 41 133 66
Binary 11110101 10010101 100000 0 100111 1010111 100 100001 1011011 110110

Color Harmonies of #F59520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59520

Black with #F59520

Text Example


Text Example

White with #F59520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59520; }

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

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

background-color css

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

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

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

border-color css

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

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

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