#FAE753

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

Shades of Paris Daisy #FAE753

Tints of Paris Daisy #FAE753

Color information

#FAE753 (or 0xFAE753) is unknown color: approx Paris Daisy. HEX triplet: FA, E7 and 53. RGB value is (250,231,83). Sum of RGB (Red+Green+Blue) = 250+231+83=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 83 (32.81% from 255 or 14.72% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE753 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE753 is #0518AC. Grayscale: #DCDCDC. Windows color (decimal): -333997 or 5498874. OLE color: 5498874.

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

Color convert

RGB25023183-
CMYK00.080.670.02
HSL53.17º94.35%65.29%-
HSV(B)53.17º66.8%98.04%-
XYZ69.5678.119.59-
YUV219.8150.79149.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 231 (90.62% from 255) = 40.96%
BLUE value IS 83 (32.81% from 255) = 14.72%
R=44.33%
G=40.96%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502318300.080.670.0253.1794.3565.29
HexFAE75308432355e41
Octal372347123010103265136101
Binary111110101110011110100110100010000111011010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE753; }

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

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

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

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

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

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

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

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