#F7C480

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

Shades of Cherokee #F7C480

Tints of Cherokee #F7C480

Color information

#F7C480 (or 0xF7C480) is unknown color: approx Cherokee. HEX triplet: F7, C4 and 80. RGB value is (247,196,128). Sum of RGB (Red+Green+Blue) = 247+196+128=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C480 is #083B7F. Grayscale: #CBCBCB. Windows color (decimal): -539520 or 8439031. OLE color: 8439031.

HSL color Cylindrical-coordinate representation of color #F7C480: hue angle of 34.29º 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 #F7C480 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB247196128-
CMYK00.210.480.03
HSL34.29º88.15%73.53%-
HSV(B)34.29º48.18%96.86%-
XYZ61.9960.8128.89-
YUV203.585.4159.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.26%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=43.26%
G=34.33%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719612800.210.480.0334.2988.1573.53
HexF7C48001530322584a
Octal36730420002560342130112
Binary1111011111000100100000000101011100001110001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C480; }

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

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

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

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

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

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

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

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