#FAD28D

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

Shades of Cherokee #FAD28D

Tints of Cherokee #FAD28D

Color information

#FAD28D (or 0xFAD28D) is unknown color: approx Cherokee. HEX triplet: FA, D2 and 8D. RGB value is (250,210,141). Sum of RGB (Red+Green+Blue) = 250+210+141=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 141 (55.47% from 255 or 23.46% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD28D is #052D72. Grayscale: #D6D6D6. Windows color (decimal): -339315 or 9294586. OLE color: 9294586.

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

Color convert

RGB250210141-
CMYK00.160.440.02
HSL37.98º91.6%76.67%-
HSV(B)37.98º43.6%98.04%-
XYZ67.2868.3434.84-
YUV214.0986.75153.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 141 (55.47% from 255) = 23.46%
R=41.60%
G=34.94%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021014100.160.440.0237.9891.676.67
HexFAD28D0102C2265c4d
Octal37232221502054246134115
Binary1111101011010010100011010100001011001010011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD28D; }

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

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

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

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

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

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

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

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