#FDFA51

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

Shades of Paris Daisy #FDFA51

Tints of Paris Daisy #FDFA51

Color information

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

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

Color convert

RGB25325081-
CMYK00.010.680.01
HSL58.95º97.73%65.49%-
HSV(B)58.95º67.98%99.22%-
XYZ76.1889.8521.11-
YUV231.6342.99143.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532508100.010.680.0158.9597.7365.49
HexFDFA51014413b6241
Octal37537212101104173142101
Binary11111101111110101010001011000100111101111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA51; }

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

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

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

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

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

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

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

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