#F6CA8E

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

Shades of Cherokee #F6CA8E

Tints of Cherokee #F6CA8E

Color information

#F6CA8E (or 0xF6CA8E) is unknown color: approx Cherokee. HEX triplet: F6, CA and 8E. RGB value is (246,202,142). Sum of RGB (Red+Green+Blue) = 246+202+142=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CA8E is #093571. Grayscale: #D0D0D0. Windows color (decimal): -603506 or 9358070. OLE color: 9358070.

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

Color convert

RGB246202142-
CMYK00.180.420.04
HSL34.62º85.25%76.08%-
HSV(B)34.62º42.28%96.47%-
XYZ64.0163.7934.53-
YUV208.3290.58154.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.69%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 142 (55.86% from 255) = 24.07%
R=41.69%
G=34.24%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620214200.180.420.0434.6285.2576.08
HexF6CA8E0122A423554c
Octal36631221602252443125114
Binary11110110110010101000111001001010101010010001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CA8E; }

 p { color: rgb(246,202,142); }

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

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

 a { background-color: rgb(246,202,142); }

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

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

 span { border-color: rgb(246,202,142); }

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