#FAD771

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

Shades of Salomie #FAD771

Tints of Salomie #FAD771

Color information

#FAD771 (or 0xFAD771) is unknown color: approx Salomie. HEX triplet: FA, D7 and 71. RGB value is (250,215,113). Sum of RGB (Red+Green+Blue) = 250+215+113=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 113 (44.53% from 255 or 19.55% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD771 is #05288E. Grayscale: #D6D6D6. Windows color (decimal): -338063 or 7460858. OLE color: 7460858.

HSL color Cylindrical-coordinate representation of color #FAD771: hue angle of 44.67º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAD771 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB250215113-
CMYK00.140.550.02
HSL44.67º93.2%71.18%-
HSV(B)44.67º54.8%98.04%-
XYZ66.7170.1225.64-
YUV213.8471.1153.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.25%
GREEN value IS 215 (84.38% from 255) = 37.20%
BLUE value IS 113 (44.53% from 255) = 19.55%
R=43.25%
G=37.20%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021511300.140.550.0244.6793.271.18
HexFAD7710E3722d5d47
Octal37232716101667255135107
Binary11111010110101111110001011101101111010110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD771; }

 p { color: rgb(250,215,113); }

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

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

 a { background-color: rgb(250,215,113); }

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

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

 span { border-color: rgb(250,215,113); }

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