#F59F40

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

Shades of Sunshade #F59F40

Tints of Sunshade #F59F40

Color information

#F59F40 (or 0xF59F40) is unknown color: approx Sunshade. HEX triplet: F5, 9F and 40. RGB value is (245,159,64). Sum of RGB (Red+Green+Blue) = 245+159+64=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F59F40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59F40 is #0A60BF. Grayscale: #AEAEAE. Windows color (decimal): -680128 or 4235253. OLE color: 4235253.

HSL color Cylindrical-coordinate representation of color #F59F40: hue angle of 31.49º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F59F40 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24515964-
CMYK00.350.740.04
HSL31.49º90.05%60.59%-
HSV(B)31.49º73.88%96.08%-
XYZ50.9844.5810.77-
YUV173.8865.99178.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.35%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 64 (25.39% from 255) = 13.68%
R=52.35%
G=33.97%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451596400.350.740.0431.4990.0560.59
HexF59F400234A41f5a3d
Octal36523710004311243713275
Binary1111010110011111100000001000111001010100111111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59F40; }

 p { color: rgb(245,159,64); }

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

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

 a { background-color: rgb(245,159,64); }

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

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

 span { border-color: rgb(245,159,64); }

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