#F6A151

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

Shades of Sunshade #F6A151

Tints of Sunshade #F6A151

Color information

#F6A151 (or 0xF6A151) is unknown color: approx Sunshade. HEX triplet: F6, A1 and 51. RGB value is (246,161,81). Sum of RGB (Red+Green+Blue) = 246+161+81=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 81 (32.03% from 255 or 16.60% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A151 is #095EAE. Grayscale: #B1B1B1. Windows color (decimal): -614063 or 5349878. OLE color: 5349878.

HSL color Cylindrical-coordinate representation of color #F6A151: hue angle of 29.09º 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 #F6A151 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24616181-
CMYK00.350.670.04
HSL29.09º90.16%64.12%-
HSV(B)29.09º67.07%96.47%-
XYZ52.2445.6813.85-
YUV177.373.66177-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.41%
GREEN value IS 161 (63.28% from 255) = 32.99%
BLUE value IS 81 (32.03% from 255) = 16.60%
R=50.41%
G=32.99%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461618100.350.670.0429.0990.1664.12
HexF6A1510234341d5a40
Octal366241121043103435132100
Binary11110110101000011010001010001110000111001110110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A151; }

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

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

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

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

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

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

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

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