#FAEE51

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

Shades of Paris Daisy #FAEE51

Tints of Paris Daisy #FAEE51

Color information

#FAEE51 (or 0xFAEE51) is unknown color: approx Paris Daisy. HEX triplet: FA, EE and 51. RGB value is (250,238,81). Sum of RGB (Red+Green+Blue) = 250+238+81=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 81 (32.03% from 255 or 14.24% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEE51 is #0511AE. Grayscale: #E0E0E0. Windows color (decimal): -332207 or 5369594. OLE color: 5369594.

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

Color convert

RGB25023881-
CMYK00.050.680.02
HSL55.74º94.41%64.9%-
HSV(B)55.74º67.6%98.04%-
XYZ71.4882.0719.86-
YUV223.6947.48146.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 238 (93.36% from 255) = 41.83%
BLUE value IS 81 (32.03% from 255) = 14.24%
R=43.94%
G=41.83%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502388100.050.680.0255.7494.4164.9
HexFAEE5105442385e41
Octal37235612105104270136101
Binary11111010111011101010001010110001001011100010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEE51; }

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

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

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

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

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

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

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

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