#F59521

Color #F59521 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #F59521

Tints of Carrot Orange #F59521

Color information

#F59521 (or 0xF59521) is unknown color: approx Carrot Orange. HEX triplet: F5, 95 and 21. RGB value is (245,149,33). Sum of RGB (Red+Green+Blue) = 245+149+33=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F59521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59521 is #0A6ADE. Grayscale: #A5A5A5. Windows color (decimal): -682719 or 2201077. OLE color: 2201077.

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

Color convert

RGB24514933-
CMYK00.390.870.04
HSL32.83º91.38%54.51%-
HSV(B)32.83º86.53%96.08%-
XYZ48.6841.026.79-
YUV164.4853.8185.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.38%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 33 (13.28% from 255) = 7.73%
R=57.38%
G=34.89%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451493300.390.870.0432.8391.3854.51
HexF59521027574215b37
Octal3652254104712744113367
Binary1111010110010101100001010011110101111001000011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59521; }

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

 H1.HeaderClassName
 {
   color: #F59521;
 }
 .AnyTagClassName
 {
   color: #F59521;
 }
</style>
background-color css

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

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

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

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

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

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