#FAE756

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

Shades of Paris Daisy #FAE756

Tints of Paris Daisy #FAE756

Color information

#FAE756 (or 0xFAE756) is unknown color: approx Paris Daisy. HEX triplet: FA, E7 and 56. RGB value is (250,231,86). Sum of RGB (Red+Green+Blue) = 250+231+86=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 86 (33.98% from 255 or 15.17% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE756 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE756 is #0518A9. Grayscale: #DCDCDC. Windows color (decimal): -333994 or 5695482. OLE color: 5695482.

HSL color Cylindrical-coordinate representation of color #FAE756: hue angle of 53.05º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAE756 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB25023186-
CMYK00.080.660.02
HSL53.05º94.25%65.88%-
HSV(B)53.05º65.6%98.04%-
XYZ69.6878.1520.22-
YUV220.1552.29149.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.09%
GREEN value IS 231 (90.62% from 255) = 40.74%
BLUE value IS 86 (33.98% from 255) = 15.17%
R=44.09%
G=40.74%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502318600.080.660.0253.0594.2565.88
HexFAE75608422355e42
Octal372347126010102265136102
Binary111110101110011110101100100010000101011010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE756; }

 p { color: rgb(250,231,86); }

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

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

 a { background-color: rgb(250,231,86); }

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

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

 span { border-color: rgb(250,231,86); }

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