#F8CD7D

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

Shades of Cherokee #F8CD7D

Tints of Cherokee #F8CD7D

Color information

#F8CD7D (or 0xF8CD7D) is unknown color: approx Cherokee. HEX triplet: F8, CD and 7D. RGB value is (248,205,125). Sum of RGB (Red+Green+Blue) = 248+205+125=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CD7D is #073282. Grayscale: #D1D1D1. Windows color (decimal): -471683 or 8244728. OLE color: 8244728.

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

Color convert

RGB248205125-
CMYK00.170.500.03
HSL39.02º89.78%73.14%-
HSV(B)39.02º49.6%97.25%-
XYZ64.2465.128.58-
YUV208.7480.75156-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.91%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 125 (49.22% from 255) = 21.63%
R=42.91%
G=35.47%
B=21.63%

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
Decimal24820512500.170.500.0339.0289.7873.14
HexF8CD7D011323275a49
Octal37031517502162347132111
Binary111110001100110111111010100011100101110011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CD7D; }

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

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

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

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

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

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

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

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