#FAFD51

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

Shades of Paris Daisy #FAFD51

Tints of Paris Daisy #FAFD51

Color information

#FAFD51 (or 0xFAFD51) is unknown color: approx Paris Daisy. HEX triplet: FA, FD and 51. RGB value is (250,253,81). Sum of RGB (Red+Green+Blue) = 250+253+81=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 81 (32.03% from 255 or 13.87% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD51 is #0502AE. Grayscale: #E9E9E9. Windows color (decimal): -328367 or 5373434. OLE color: 5373434.

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

Color convert

RGB25025381-
CMYK0.0100.680.01
HSL61.05º97.73%65.49%-
HSV(B)61.05º67.98%99.22%-
XYZ76.0391.1721.37-
YUV232.542.51140.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 253 (99.22% from 255) = 43.32%
BLUE value IS 81 (32.03% from 255) = 13.87%
R=42.81%
G=43.32%
B=13.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal250253810.0100.680.0161.0597.7365.49
HexFAFD51104413d6241
Octal37237512110104175142101
Binary11111010111111011010001101000100111110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFD51; }

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

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

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

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

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

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

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

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