#F6CC8C

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

Shades of Cherokee #F6CC8C

Tints of Cherokee #F6CC8C

Color information

#F6CC8C (or 0xF6CC8C) is unknown color: approx Cherokee. HEX triplet: F6, CC and 8C. RGB value is (246,204,140). Sum of RGB (Red+Green+Blue) = 246+204+140=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 140 (55.08% from 255 or 23.73% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CC8C is #093373. Grayscale: #D1D1D1. Windows color (decimal): -602996 or 9227510. OLE color: 9227510.

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

Color convert

RGB246204140-
CMYK00.170.430.04
HSL36.23º85.48%75.69%-
HSV(B)36.23º43.09%96.47%-
XYZ64.3364.6733.9-
YUV209.2688.91154.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.69%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 140 (55.08% from 255) = 23.73%
R=41.69%
G=34.58%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620414000.170.430.0436.2385.4875.69
HexF6CC8C0112B424554c
Octal36631421402153444125114
Binary11110110110011001000110001000110101110010010010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CC8C; }

 p { color: rgb(246,204,140); }

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

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

 a { background-color: rgb(246,204,140); }

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

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

 span { border-color: rgb(246,204,140); }

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