#F6CD8A

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

Shades of Cherokee #F6CD8A

Tints of Cherokee #F6CD8A

Color information

#F6CD8A (or 0xF6CD8A) is unknown color: approx Cherokee. HEX triplet: F6, CD and 8A. RGB value is (246,205,138). Sum of RGB (Red+Green+Blue) = 246+205+138=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CD8A is #093275. Grayscale: #D1D1D1. Windows color (decimal): -602742 or 9096694. OLE color: 9096694.

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

Color convert

RGB246205138-
CMYK00.170.440.04
HSL37.22º85.71%75.29%-
HSV(B)37.22º43.9%96.47%-
XYZ64.4265.0933.21-
YUV209.6287.58153.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.77%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 138 (54.30% from 255) = 23.43%
R=41.77%
G=34.80%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620513800.170.440.0437.2285.7175.29
HexF6CD8A0112C425564b
Octal36631521202154445126113
Binary11110110110011011000101001000110110010010010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CD8A; }

 p { color: rgb(246,205,138); }

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

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

 a { background-color: rgb(246,205,138); }

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

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

 span { border-color: rgb(246,205,138); }

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