#F8CE7D

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

Shades of Cherokee #F8CE7D

Tints of Cherokee #F8CE7D

Color information

#F8CE7D (or 0xF8CE7D) is unknown color: approx Cherokee. HEX triplet: F8, CE and 7D. RGB value is (248,206,125). Sum of RGB (Red+Green+Blue) = 248+206+125=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CE7D is #073182. Grayscale: #D1D1D1. Windows color (decimal): -471427 or 8244984. OLE color: 8244984.

HSL color Cylindrical-coordinate representation of color #F8CE7D: hue angle of 39.51º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8CE7D is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB248206125-
CMYK00.170.500.03
HSL39.51º89.78%73.14%-
HSV(B)39.51º49.6%97.25%-
XYZ64.4865.5828.66-
YUV209.3280.41155.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.83%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 125 (49.22% from 255) = 21.59%
R=42.83%
G=35.58%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820612500.170.500.0339.5189.7873.14
HexF8CE7D011323285a49
Octal37031617502162350132111
Binary111110001100111011111010100011100101110100010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CE7D; }

 p { color: rgb(248,206,125); }

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

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

 a { background-color: rgb(248,206,125); }

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

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

 span { border-color: rgb(248,206,125); }

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