#F6C382

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

Shades of Cherokee #F6C382

Tints of Cherokee #F6C382

Color information

#F6C382 (or 0xF6C382) is unknown color: approx Cherokee. HEX triplet: F6, C3 and 82. RGB value is (246,195,130). Sum of RGB (Red+Green+Blue) = 246+195+130=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C382 is #093C7D. Grayscale: #CBCBCB. Windows color (decimal): -605310 or 8569846. OLE color: 8569846.

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

Color convert

RGB246195130-
CMYK00.210.470.04
HSL33.62º86.57%73.73%-
HSV(B)33.62º47.15%96.47%-
XYZ61.5560.2329.5-
YUV202.8486.9158.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.08%
GREEN value IS 195 (76.56% from 255) = 34.15%
BLUE value IS 130 (51.17% from 255) = 22.77%
R=43.08%
G=34.15%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619513000.210.470.0433.6286.5773.73
HexF6C3820152F422574a
Octal36630320202557442127112
Binary11110110110000111000001001010110111110010001010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C382; }

 p { color: rgb(246,195,130); }

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

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

 a { background-color: rgb(246,195,130); }

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

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

 span { border-color: rgb(246,195,130); }

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