#f8d387

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

Shades of Cherokee #F8D387

Tints of Cherokee #F8D387

Color information

#F8D387 (or 0xF8D387) is unknown color: approx Cherokee. HEX triplet: F8, D3 and 87. RGB value is (248,211,135). Sum of RGB (Red+Green+Blue) = 248+211+135=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 135 (53.12% from 255 or 22.73% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D387 is #072C78. Grayscale: #D5D5D5. Windows color (decimal): -470137 or 8901624. OLE color: 8901624.

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

Color convert

RGB248211135-
CMYK00.150.460.03
HSL40.35º88.98%75.1%-
HSV(B)40.35º45.56%97.25%-
XYZ66.3868.2932.61-
YUV213.483.76152.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.75%
GREEN value IS 211 (82.81% from 255) = 35.52%
BLUE value IS 135 (53.12% from 255) = 22.73%
R=41.75%
G=35.52%
B=22.73%

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
Decimal24821113500.150.460.0340.3588.9875.1
HexF8D3870F2E328594b
Octal37032320701756350131113
Binary111110001101001110000111011111011101110100010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8d387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8d387; }

 p { color: rgb(248,211,135); }

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

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

 a { background-color: rgb(248,211,135); }

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

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

 span { border-color: rgb(248,211,135); }

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