#F2A151

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

Shades of Sunshade #F2A151

Tints of Sunshade #F2A151

Color information

#F2A151 (or 0xF2A151) is unknown color: approx Sunshade. HEX triplet: F2, A1 and 51. RGB value is (242,161,81). Sum of RGB (Red+Green+Blue) = 242+161+81=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A151 is #0D5EAE. Grayscale: #B0B0B0. Windows color (decimal): -876207 or 5349874. OLE color: 5349874.

HSL color Cylindrical-coordinate representation of color #F2A151: hue angle of 29.81º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2A151 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24216181-
CMYK00.330.670.05
HSL29.81º86.1%63.33%-
HSV(B)29.81º66.53%94.9%-
XYZ50.8544.9613.78-
YUV176.174.34175-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 81 (32.03% from 255) = 16.74%
R=50%
G=33.26%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421618100.330.670.0529.8186.163.33
HexF2A1510214351e563f
Octal36224112104110353612677
Binary1111001010100001101000101000011000011101111101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A151; }

 p { color: rgb(242,161,81); }

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

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

 a { background-color: rgb(242,161,81); }

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

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

 span { border-color: rgb(242,161,81); }

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