#F8D18A

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

Shades of Cherokee #F8D18A

Tints of Cherokee #F8D18A

Color information

#F8D18A (or 0xF8D18A) is unknown color: approx Cherokee. HEX triplet: F8, D1 and 8A. RGB value is (248,209,138). Sum of RGB (Red+Green+Blue) = 248+209+138=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D18A is #072E75. Grayscale: #D4D4D4. Windows color (decimal): -470646 or 9097720. OLE color: 9097720.

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

Color convert

RGB248209138-
CMYK00.160.440.03
HSL38.73º88.71%75.69%-
HSV(B)38.73º44.35%97.25%-
XYZ66.167.3933.57-
YUV212.5785.92153.27-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 209 (82.03% from 255) = 35.13%
BLUE value IS 138 (54.30% from 255) = 23.19%
R=41.68%
G=35.13%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820913800.160.440.0338.7388.7175.69
HexF8D18A0102C327594c
Octal37032121202054347131114
Binary1111100011010001100010100100001011001110011110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D18A; }

 p { color: rgb(248,209,138); }

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

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

 a { background-color: rgb(248,209,138); }

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

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

 span { border-color: rgb(248,209,138); }

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