#F8C98A

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

Shades of Cherokee #F8C98A

Tints of Cherokee #F8C98A

Color information

#F8C98A (or 0xF8C98A) is unknown color: approx Cherokee. HEX triplet: F8, C9 and 8A. RGB value is (248,201,138). Sum of RGB (Red+Green+Blue) = 248+201+138=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C98A is #073675. Grayscale: #D0D0D0. Windows color (decimal): -472694 or 9095672. OLE color: 9095672.

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

Color convert

RGB248201138-
CMYK00.190.440.03
HSL34.36º88.71%75.69%-
HSV(B)34.36º44.35%97.25%-
XYZ64.1963.5632.93-
YUV207.8788.57156.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.25%
GREEN value IS 201 (78.91% from 255) = 34.24%
BLUE value IS 138 (54.30% from 255) = 23.51%
R=42.25%
G=34.24%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820113800.190.440.0334.3688.7175.69
HexF8C98A0132C322594c
Octal37031121202354342131114
Binary1111100011001001100010100100111011001110001010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C98A; }

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

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

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

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

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

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

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

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