#F6A250

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

Shades of Sunshade #F6A250

Tints of Sunshade #F6A250

Color information

#F6A250 (or 0xF6A250) is unknown color: approx Sunshade. HEX triplet: F6, A2 and 50. RGB value is (246,162,80). Sum of RGB (Red+Green+Blue) = 246+162+80=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A250 is #095DAF. Grayscale: #B2B2B2. Windows color (decimal): -613808 or 5284598. OLE color: 5284598.

HSL color Cylindrical-coordinate representation of color #F6A250: hue angle of 29.64º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6A250 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24616280-
CMYK00.340.670.04
HSL29.64º90.22%63.92%-
HSV(B)29.64º67.48%96.47%-
XYZ52.3746.0113.71-
YUV177.7772.83176.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.41%
GREEN value IS 162 (63.67% from 255) = 33.20%
BLUE value IS 80 (31.64% from 255) = 16.39%
R=50.41%
G=33.20%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461628000.340.670.0429.6490.2263.92
HexF6A2500224341e5a40
Octal366242120042103436132100
Binary11110110101000101010000010001010000111001111010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A250; }

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

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

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

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

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

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

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

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