#FAD384

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

Shades of Cherokee #FAD384

Tints of Cherokee #FAD384

Color information

#FAD384 (or 0xFAD384) is unknown color: approx Cherokee. HEX triplet: FA, D3 and 84. RGB value is (250,211,132). Sum of RGB (Red+Green+Blue) = 250+211+132=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD384 is #052C7B. Grayscale: #D6D6D6. Windows color (decimal): -339068 or 8705018. OLE color: 8705018.

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

Color convert

RGB250211132-
CMYK00.160.470.02
HSL40.17º92.19%74.9%-
HSV(B)40.17º47.2%98.04%-
XYZ66.8868.5831.54-
YUV213.6681.92153.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 211 (82.81% from 255) = 35.58%
BLUE value IS 132 (51.95% from 255) = 22.26%
R=42.16%
G=35.58%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021113200.160.470.0240.1792.1974.9
HexFAD3840102F2285c4b
Octal37232320402057250134113
Binary1111101011010011100001000100001011111010100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD384; }

 p { color: rgb(250,211,132); }

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

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

 a { background-color: rgb(250,211,132); }

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

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

 span { border-color: rgb(250,211,132); }

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