#F0A252

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

Shades of Sunshade #F0A252

Tints of Sunshade #F0A252

Color information

#F0A252 (or 0xF0A252) is unknown color: approx Sunshade. HEX triplet: F0, A2 and 52. RGB value is (240,162,82). Sum of RGB (Red+Green+Blue) = 240+162+82=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A252 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A252 is #0F5DAD. Grayscale: #B0B0B0. Windows color (decimal): -1007022 or 5415664. OLE color: 5415664.

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

Color convert

RGB24016282-
CMYK00.320.660.06
HSL30.38º84.04%63.14%-
HSV(B)30.38º65.83%94.12%-
XYZ50.3844.9814.01-
YUV176.274.84173.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.59%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 82 (32.42% from 255) = 16.94%
R=49.59%
G=33.47%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401628200.320.660.0630.3884.0463.14
HexF0A2520204261e543f
Octal36024212204010263612477
Binary1111000010100010101001001000001000010110111101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A252; }

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

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

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

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

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

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

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

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