#F6A249

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

Shades of Sunshade #F6A249

Tints of Sunshade #F6A249

Color information

#F6A249 (or 0xF6A249) is unknown color: approx Sunshade. HEX triplet: F6, A2 and 49. RGB value is (246,162,73). Sum of RGB (Red+Green+Blue) = 246+162+73=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A249 is #095DB6. Grayscale: #B1B1B1. Windows color (decimal): -613815 or 4825846. OLE color: 4825846.

HSL color Cylindrical-coordinate representation of color #F6A249: hue angle of 30.87º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F6A249 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24616273-
CMYK00.340.700.04
HSL30.87º90.58%62.55%-
HSV(B)30.87º70.33%96.47%-
XYZ52.1345.9112.42-
YUV176.9769.33177.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.14%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 73 (28.91% from 255) = 15.18%
R=51.14%
G=33.68%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461627300.340.700.0430.8790.5862.55
HexF6A2490224641f5b3f
Octal36624211104210643713377
Binary1111011010100010100100101000101000110100111111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A249; }

 p { color: rgb(246,162,73); }

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

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

 a { background-color: rgb(246,162,73); }

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

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

 span { border-color: rgb(246,162,73); }

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