#F7D48F

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

Shades of Cherokee #F7D48F

Tints of Cherokee #F7D48F

Color information

#F7D48F (or 0xF7D48F) is unknown color: approx Cherokee. HEX triplet: F7, D4 and 8F. RGB value is (247,212,143). Sum of RGB (Red+Green+Blue) = 247+212+143=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D48F is #082B70. Grayscale: #D6D6D6. Windows color (decimal): -535409 or 9426167. OLE color: 9426167.

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

Color convert

RGB247212143-
CMYK00.140.420.03
HSL39.81º86.67%76.47%-
HSV(B)39.81º42.11%96.86%-
XYZ66.8668.8435.75-
YUV214.687.6151.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.03%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 143 (56.25% from 255) = 23.75%
R=41.03%
G=35.22%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721214300.140.420.0339.8186.6776.47
HexF7D48F0E2A328574c
Octal36732421701652350127114
Binary111101111101010010001111011101010101110100010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D48F; }

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

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

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

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

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

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

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

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