#F8CC7D

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

Shades of Cherokee #F8CC7D

Tints of Cherokee #F8CC7D

Color information

#F8CC7D (or 0xF8CC7D) is unknown color: approx Cherokee. HEX triplet: F8, CC and 7D. RGB value is (248,204,125). Sum of RGB (Red+Green+Blue) = 248+204+125=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CC7D is #073382. Grayscale: #D0D0D0. Windows color (decimal): -471939 or 8244472. OLE color: 8244472.

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

Color convert

RGB248204125-
CMYK00.180.500.03
HSL38.54º89.78%73.14%-
HSV(B)38.54º49.6%97.25%-
XYZ64.0164.6228.5-
YUV208.1581.08156.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.98%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 125 (49.22% from 255) = 21.66%
R=42.98%
G=35.36%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820412500.180.500.0338.5489.7873.14
HexF8CC7D012323275a49
Octal37031417502262347132111
Binary111110001100110011111010100101100101110011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CC7D; }

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

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

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

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

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

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

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

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