#F8D282

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

Shades of Cherokee #F8D282

Tints of Cherokee #F8D282

Color information

#F8D282 (or 0xF8D282) is unknown color: approx Cherokee. HEX triplet: F8, D2 and 82. RGB value is (248,210,130). Sum of RGB (Red+Green+Blue) = 248+210+130=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D282 is #072D7D. Grayscale: #D4D4D4. Windows color (decimal): -470398 or 8573688. OLE color: 8573688.

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

Color convert

RGB248210130-
CMYK00.150.480.03
HSL40.68º89.39%74.12%-
HSV(B)40.68º47.58%97.25%-
XYZ65.7967.6630.71-
YUV212.2481.59153.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.18%
GREEN value IS 210 (82.42% from 255) = 35.71%
BLUE value IS 130 (51.17% from 255) = 22.11%
R=42.18%
G=35.71%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821013000.150.480.0340.6889.3974.12
HexF8D2820F30329594a
Octal37032220201760351131112
Binary111110001101001010000010011111100001110100110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D282; }

 p { color: rgb(248,210,130); }

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

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

 a { background-color: rgb(248,210,130); }

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

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

 span { border-color: rgb(248,210,130); }

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