#F8D285

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

Shades of Cherokee #F8D285

Tints of Cherokee #F8D285

Color information

#F8D285 (or 0xF8D285) is unknown color: approx Cherokee. HEX triplet: F8, D2 and 85. RGB value is (248,210,133). Sum of RGB (Red+Green+Blue) = 248+210+133=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D285 is #072D7A. Grayscale: #D4D4D4. Windows color (decimal): -470395 or 8770296. OLE color: 8770296.

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

Color convert

RGB248210133-
CMYK00.150.460.03
HSL40.17º89.15%74.71%-
HSV(B)40.17º46.37%97.25%-
XYZ65.9967.7431.79-
YUV212.5883.09153.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.96%
GREEN value IS 210 (82.42% from 255) = 35.53%
BLUE value IS 133 (52.34% from 255) = 22.50%
R=41.96%
G=35.53%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821013300.150.460.0340.1789.1574.71
HexF8D2850F2E328594b
Octal37032220501756350131113
Binary111110001101001010000101011111011101110100010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D285; }

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

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

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

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

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

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

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

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