#FAD58D

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

Shades of Cherokee #FAD58D

Tints of Cherokee #FAD58D

Color information

#FAD58D (or 0xFAD58D) is unknown color: approx Cherokee. HEX triplet: FA, D5 and 8D. RGB value is (250,213,141). Sum of RGB (Red+Green+Blue) = 250+213+141=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD58D is #052A72. Grayscale: #D8D8D8. Windows color (decimal): -338547 or 9295354. OLE color: 9295354.

HSL color Cylindrical-coordinate representation of color #FAD58D: hue angle of 39.63º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAD58D is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB250213141-
CMYK00.150.440.02
HSL39.63º91.6%76.67%-
HSV(B)39.63º43.6%98.04%-
XYZ68.0369.8435.09-
YUV215.8685.76152.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 141 (55.47% from 255) = 23.34%
R=41.39%
G=35.26%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021314100.150.440.0239.6391.676.67
HexFAD58D0F2C2285c4d
Octal37232521501754250134115
Binary111110101101010110001101011111011001010100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD58D; }

 p { color: rgb(250,213,141); }

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

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

 a { background-color: rgb(250,213,141); }

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

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

 span { border-color: rgb(250,213,141); }

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