#F6A54F

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

Shades of Sunshade #F6A54F

Tints of Sunshade #F6A54F

Color information

#F6A54F (or 0xF6A54F) is unknown color: approx Sunshade. HEX triplet: F6, A5 and 4F. RGB value is (246,165,79). Sum of RGB (Red+Green+Blue) = 246+165+79=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A54F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A54F is #095AB0. Grayscale: #B3B3B3. Windows color (decimal): -613041 or 5219830. OLE color: 5219830.

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

Color convert

RGB24616579-
CMYK00.330.680.04
HSL30.9º90.27%63.73%-
HSV(B)30.9º67.89%96.47%-
XYZ52.8747.0713.7-
YUV179.4271.34175.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.20%
GREEN value IS 165 (64.84% from 255) = 33.67%
BLUE value IS 79 (31.25% from 255) = 16.12%
R=50.20%
G=33.67%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461657900.330.680.0430.990.2763.73
HexF6A54F0214441f5a40
Octal366245117041104437132100
Binary11110110101001011001111010000110001001001111110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A54F; }

 p { color: rgb(246,165,79); }

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

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

 a { background-color: rgb(246,165,79); }

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

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

 span { border-color: rgb(246,165,79); }

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