#F7CA8E

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

Shades of Cherokee #F7CA8E

Tints of Cherokee #F7CA8E

Color information

#F7CA8E (or 0xF7CA8E) is unknown color: approx Cherokee. HEX triplet: F7, CA and 8E. RGB value is (247,202,142). Sum of RGB (Red+Green+Blue) = 247+202+142=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CA8E is #083571. Grayscale: #D0D0D0. Windows color (decimal): -537970 or 9358071. OLE color: 9358071.

HSL color Cylindrical-coordinate representation of color #F7CA8E: hue angle of 34.29º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7CA8E is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB247202142-
CMYK00.180.430.03
HSL34.29º86.78%76.27%-
HSV(B)34.29º42.51%96.86%-
XYZ64.3663.9734.55-
YUV208.6190.41155.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.79%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 142 (55.86% from 255) = 24.03%
R=41.79%
G=34.18%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720214200.180.430.0334.2986.7876.27
HexF7CA8E0122B322574c
Octal36731221602253342127114
Binary1111011111001010100011100100101010111110001010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CA8E; }

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

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

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

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

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

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

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

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