#F7C980

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

Shades of Cherokee #F7C980

Tints of Cherokee #F7C980

Color information

#F7C980 (or 0xF7C980) is unknown color: approx Cherokee. HEX triplet: F7, C9 and 80. RGB value is (247,201,128). Sum of RGB (Red+Green+Blue) = 247+201+128=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C980 is #08367F. Grayscale: #CECECE. Windows color (decimal): -538240 or 8440311. OLE color: 8440311.

HSL color Cylindrical-coordinate representation of color #F7C980: hue angle of 36.81º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7C980 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB247201128-
CMYK00.190.480.03
HSL36.81º88.15%73.53%-
HSV(B)36.81º48.18%96.86%-
XYZ63.1463.1129.27-
YUV206.4383.74156.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.88%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 128 (50.39% from 255) = 22.22%
R=42.88%
G=34.90%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720112800.190.480.0336.8188.1573.53
HexF7C98001330325584a
Octal36731120002360345130112
Binary1111011111001001100000000100111100001110010110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C980; }

 p { color: rgb(247,201,128); }

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

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

 a { background-color: rgb(247,201,128); }

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

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

 span { border-color: rgb(247,201,128); }

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