#FAE751

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

Shades of Paris Daisy #FAE751

Tints of Paris Daisy #FAE751

Color information

#FAE751 (or 0xFAE751) is unknown color: approx Paris Daisy. HEX triplet: FA, E7 and 51. RGB value is (250,231,81). Sum of RGB (Red+Green+Blue) = 250+231+81=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 81 (32.03% from 255 or 14.41% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE751 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE751 is #0518AE. Grayscale: #DCDCDC. Windows color (decimal): -333999 or 5367802. OLE color: 5367802.

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

Color convert

RGB25023181-
CMYK00.080.680.02
HSL53.25º94.41%64.9%-
HSV(B)53.25º67.6%98.04%-
XYZ69.4978.0719.19-
YUV219.5849.79149.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 231 (90.62% from 255) = 41.10%
BLUE value IS 81 (32.03% from 255) = 14.41%
R=44.48%
G=41.10%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502318100.080.680.0253.2594.4164.9
HexFAE75108442355e41
Octal372347121010104265136101
Binary111110101110011110100010100010001001011010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE751; }

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

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

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

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

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

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

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

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