#F2A64D

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

Shades of Sunshade #F2A64D

Tints of Sunshade #F2A64D

Color information

#F2A64D (or 0xF2A64D) is unknown color: approx Sunshade. HEX triplet: F2, A6 and 4D. RGB value is (242,166,77). Sum of RGB (Red+Green+Blue) = 242+166+77=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A64D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A64D is #0D59B2. Grayscale: #B3B3B3. Windows color (decimal): -874931 or 5089010. OLE color: 5089010.

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

Color convert

RGB24216677-
CMYK00.310.680.05
HSL32.36º86.39%62.55%-
HSV(B)32.36º68.18%94.9%-
XYZ51.5946.6913.31-
YUV178.5870.68173.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.90%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 77 (30.47% from 255) = 15.88%
R=49.90%
G=34.23%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421667700.310.680.0532.3686.3962.55
HexF2A64D01F44520563f
Octal36224611503710454012677
Binary1111001010100110100110101111110001001011000001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A64D; }

 p { color: rgb(242,166,77); }

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

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

 a { background-color: rgb(242,166,77); }

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

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

 span { border-color: rgb(242,166,77); }

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