#F8D085

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

Shades of Cherokee #F8D085

Tints of Cherokee #F8D085

Color information

#F8D085 (or 0xF8D085) is unknown color: approx Cherokee. HEX triplet: F8, D0 and 85. RGB value is (248,208,133). Sum of RGB (Red+Green+Blue) = 248+208+133=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D085 is #072F7A. Grayscale: #D3D3D3. Windows color (decimal): -470907 or 8769784. OLE color: 8769784.

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

Color convert

RGB248208133-
CMYK00.160.460.03
HSL39.13º89.15%74.71%-
HSV(B)39.13º46.37%97.25%-
XYZ65.566.7631.62-
YUV211.4183.75154.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.11%
GREEN value IS 208 (81.64% from 255) = 35.31%
BLUE value IS 133 (52.34% from 255) = 22.58%
R=42.11%
G=35.31%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820813300.160.460.0339.1389.1574.71
HexF8D0850102E327594b
Octal37032020502056347131113
Binary1111100011010000100001010100001011101110011110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D085; }

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

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

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

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

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

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

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

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