#F0A245

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

Shades of Sunshade #F0A245

Tints of Sunshade #F0A245

Color information

#F0A245 (or 0xF0A245) is unknown color: approx Sunshade. HEX triplet: F0, A2 and 45. RGB value is (240,162,69). Sum of RGB (Red+Green+Blue) = 240+162+69=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A245 is #0F5DBA. Grayscale: #AFAFAF. Windows color (decimal): -1007035 or 4563696. OLE color: 4563696.

HSL color Cylindrical-coordinate representation of color #F0A245: hue angle of 32.63º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0A245 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB24016269-
CMYK00.320.710.06
HSL32.63º85.07%60.59%-
HSV(B)32.63º71.25%94.12%-
XYZ49.9344.811.65-
YUV174.7268.34174.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.96%
GREEN value IS 162 (63.67% from 255) = 34.39%
BLUE value IS 69 (27.34% from 255) = 14.65%
R=50.96%
G=34.39%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401626900.320.710.0632.6385.0760.59
HexF0A24502047621553d
Octal36024210504010764112575
Binary11110000101000101000101010000010001111101000011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A245; }

 p { color: rgb(240,162,69); }

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

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

 a { background-color: rgb(240,162,69); }

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

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

 span { border-color: rgb(240,162,69); }

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