#F2A648

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

Shades of Sunshade #F2A648

Tints of Sunshade #F2A648

Color information

#F2A648 (or 0xF2A648) is unknown color: approx Sunshade. HEX triplet: F2, A6 and 48. RGB value is (242,166,72). Sum of RGB (Red+Green+Blue) = 242+166+72=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A648 is #0D59B7. Grayscale: #B2B2B2. Windows color (decimal): -874936 or 4761330. OLE color: 4761330.

HSL color Cylindrical-coordinate representation of color #F2A648: hue angle of 33.18º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2A648 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24216672-
CMYK00.310.700.05
HSL33.18º86.73%61.57%-
HSV(B)33.18º70.25%94.9%-
XYZ51.4246.6212.42-
YUV178.0168.18173.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.42%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 72 (28.52% from 255) = 15%
R=50.42%
G=34.58%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421667200.310.700.0533.1886.7361.57
HexF2A64801F46521573e
Octal36224611003710654112776
Binary1111001010100110100100001111110001101011000011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A648; }

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

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

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

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

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

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

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

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