#FAD473

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

Shades of Salomie #FAD473

Tints of Salomie #FAD473

Color information

#FAD473 (or 0xFAD473) is unknown color: approx Salomie. HEX triplet: FA, D4 and 73. RGB value is (250,212,115). Sum of RGB (Red+Green+Blue) = 250+212+115=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 115 (45.31% from 255 or 19.93% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD473 is #052B8C. Grayscale: #D4D4D4. Windows color (decimal): -338829 or 7591162. OLE color: 7591162.

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

Color convert

RGB250212115-
CMYK00.150.540.02
HSL43.11º93.1%71.57%-
HSV(B)43.11º54%98.04%-
XYZ66.0668.6525.99-
YUV212.373.09154.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.33%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 115 (45.31% from 255) = 19.93%
R=43.33%
G=36.74%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021211500.150.540.0243.1193.171.57
HexFAD4730F3622b5d48
Octal37232416301766253135110
Binary11111010110101001110011011111101101010101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD473; }

 p { color: rgb(250,212,115); }

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

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

 a { background-color: rgb(250,212,115); }

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

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

 span { border-color: rgb(250,212,115); }

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