#F6D285

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

Shades of Cherokee #F6D285

Tints of Cherokee #F6D285

Color information

#F6D285 (or 0xF6D285) is unknown color: approx Cherokee. HEX triplet: F6, D2 and 85. RGB value is (246,210,133). Sum of RGB (Red+Green+Blue) = 246+210+133=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D285 is #092D7A. Grayscale: #D4D4D4. Windows color (decimal): -601467 or 8770294. OLE color: 8770294.

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

Color convert

RGB246210133-
CMYK00.150.460.04
HSL40.88º86.26%74.31%-
HSV(B)40.88º45.93%96.47%-
XYZ65.2967.3831.75-
YUV211.9983.43152.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.77%
GREEN value IS 210 (82.42% from 255) = 35.65%
BLUE value IS 133 (52.34% from 255) = 22.58%
R=41.77%
G=35.65%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621013300.150.460.0440.8886.2674.31
HexF6D2850F2E429564a
Octal36632220501756451126112
Binary1111011011010010100001010111110111010010100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D285; }

 p { color: rgb(246,210,133); }

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

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

 a { background-color: rgb(246,210,133); }

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

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

 span { border-color: rgb(246,210,133); }

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