#F6C980

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

Shades of Cherokee #F6C980

Tints of Cherokee #F6C980

Color information

#F6C980 (or 0xF6C980) is unknown color: approx Cherokee. HEX triplet: F6, C9 and 80. RGB value is (246,201,128). Sum of RGB (Red+Green+Blue) = 246+201+128=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C980 is #09367F. Grayscale: #CECECE. Windows color (decimal): -603776 or 8440310. OLE color: 8440310.

HSL color Cylindrical-coordinate representation of color #F6C980: hue angle of 37.12º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6C980 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246201128-
CMYK00.180.480.04
HSL37.12º86.76%73.33%-
HSV(B)37.12º47.97%96.47%-
XYZ62.7962.9229.26-
YUV206.1383.91156.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.78%
GREEN value IS 201 (78.91% from 255) = 34.96%
BLUE value IS 128 (50.39% from 255) = 22.26%
R=42.78%
G=34.96%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620112800.180.480.0437.1286.7673.33
HexF6C980012304255749
Octal36631120002260445127111
Binary11110110110010011000000001001011000010010010110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C980; }

 p { color: rgb(246,201,128); }

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

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

 a { background-color: rgb(246,201,128); }

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

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

 span { border-color: rgb(246,201,128); }

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