#F8D488

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

Shades of Cherokee #F8D488

Tints of Cherokee #F8D488

Color information

#F8D488 (or 0xF8D488) is unknown color: approx Cherokee. HEX triplet: F8, D4 and 88. RGB value is (248,212,136). Sum of RGB (Red+Green+Blue) = 248+212+136=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 136 (53.52% from 255 or 22.82% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D488 is #072B77. Grayscale: #D6D6D6. Windows color (decimal): -469880 or 8967416. OLE color: 8967416.

HSL color Cylindrical-coordinate representation of color #F8D488: hue angle of 40.71º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F8D488 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB248212136-
CMYK00.150.450.03
HSL40.71º88.89%75.29%-
HSV(B)40.71º45.16%97.25%-
XYZ66.768.8233.06-
YUV214.183.93152.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 212 (83.20% from 255) = 35.57%
BLUE value IS 136 (53.52% from 255) = 22.82%
R=41.61%
G=35.57%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821213600.150.450.0340.7188.8975.29
HexF8D4880F2D329594b
Octal37032421001755351131113
Binary111110001101010010001000011111011011110100110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D488; }

 p { color: rgb(248,212,136); }

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

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

 a { background-color: rgb(248,212,136); }

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

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

 span { border-color: rgb(248,212,136); }

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