#F6C480

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

Shades of Cherokee #F6C480

Tints of Cherokee #F6C480

Color information

#F6C480 (or 0xF6C480) is unknown color: approx Cherokee. HEX triplet: F6, C4 and 80. RGB value is (246,196,128). Sum of RGB (Red+Green+Blue) = 246+196+128=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C480 is #093B7F. Grayscale: #CBCBCB. Windows color (decimal): -605056 or 8439030. OLE color: 8439030.

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

Color convert

RGB246196128-
CMYK00.200.480.04
HSL34.58º86.76%73.33%-
HSV(B)34.58º47.97%96.47%-
XYZ61.6460.6328.88-
YUV203.285.56158.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.16%
GREEN value IS 196 (76.95% from 255) = 34.39%
BLUE value IS 128 (50.39% from 255) = 22.46%
R=43.16%
G=34.39%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619612800.200.480.0434.5886.7673.33
HexF6C480014304235749
Octal36630420002460443127111
Binary11110110110001001000000001010011000010010001110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C480; }

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

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

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

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

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

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

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

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