#F7CF8F

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

Shades of Cherokee #F7CF8F

Tints of Cherokee #F7CF8F

Color information

#F7CF8F (or 0xF7CF8F) is unknown color: approx Cherokee. HEX triplet: F7, CF and 8F. RGB value is (247,207,143). Sum of RGB (Red+Green+Blue) = 247+207+143=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CF8F is #083070. Grayscale: #D3D3D3. Windows color (decimal): -536689 or 9424887. OLE color: 9424887.

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

Color convert

RGB247207143-
CMYK00.160.420.03
HSL36.92º86.67%76.47%-
HSV(B)36.92º42.11%96.86%-
XYZ65.6366.3835.34-
YUV211.6689.25153.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.37%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 143 (56.25% from 255) = 23.95%
R=41.37%
G=34.67%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720714300.160.420.0336.9286.6776.47
HexF7CF8F0102A325574c
Octal36731721702052345127114
Binary1111011111001111100011110100001010101110010110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CF8F; }

 p { color: rgb(247,207,143); }

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

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

 a { background-color: rgb(247,207,143); }

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

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

 span { border-color: rgb(247,207,143); }

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