#F8D389

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

Shades of Cherokee #F8D389

Tints of Cherokee #F8D389

Color information

#F8D389 (or 0xF8D389) is unknown color: approx Cherokee. HEX triplet: F8, D3 and 89. RGB value is (248,211,137). Sum of RGB (Red+Green+Blue) = 248+211+137=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 137 (53.91% from 255 or 22.99% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D389 is #072C76. Grayscale: #D5D5D5. Windows color (decimal): -470135 or 9032696. OLE color: 9032696.

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

Color convert

RGB248211137-
CMYK00.150.450.03
HSL40º88.8%75.49%-
HSV(B)40º44.76%97.25%-
XYZ66.5268.3533.35-
YUV213.6384.76152.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 211 (82.81% from 255) = 35.40%
BLUE value IS 137 (53.91% from 255) = 22.99%
R=41.61%
G=35.40%
B=22.99%

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
Decimal24821113700.150.450.034088.875.49
HexF8D3890F2D328594b
Octal37032321101755350131113
Binary111110001101001110001001011111011011110100010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D389; }

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

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

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

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

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

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

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

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