#FAE951

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

Shades of Paris Daisy #FAE951

Tints of Paris Daisy #FAE951

Color information

#FAE951 (or 0xFAE951) is unknown color: approx Paris Daisy. HEX triplet: FA, E9 and 51. RGB value is (250,233,81). Sum of RGB (Red+Green+Blue) = 250+233+81=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 81 (32.03% from 255 or 14.36% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE951 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE951 is #0516AE. Grayscale: #DDDDDD. Windows color (decimal): -333487 or 5368314. OLE color: 5368314.

HSL color Cylindrical-coordinate representation of color #FAE951: hue angle of 53.96º 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 #FAE951 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB25023381-
CMYK00.070.680.02
HSL53.96º94.41%64.9%-
HSV(B)53.96º67.6%98.04%-
XYZ70.0579.219.38-
YUV220.7649.13148.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.33%
GREEN value IS 233 (91.41% from 255) = 41.31%
BLUE value IS 81 (32.03% from 255) = 14.36%
R=44.33%
G=41.31%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502338100.070.680.0253.9694.4164.9
HexFAE95107442365e41
Octal37235112107104266136101
Binary11111010111010011010001011110001001011011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE951; }

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

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

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

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

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

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

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

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