#FDFA54

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

Shades of Paris Daisy #FDFA54

Tints of Paris Daisy #FDFA54

Color information

#FDFA54 (or 0xFDFA54) is unknown color: approx Paris Daisy. HEX triplet: FD, FA and 54. RGB value is (253,250,84). Sum of RGB (Red+Green+Blue) = 253+250+84=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 84 (33.20% from 255 or 14.31% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFA54 is #0205AB. Grayscale: #E8E8E8. Windows color (decimal): -132524 or 5569277. OLE color: 5569277.

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

Color convert

RGB25325084-
CMYK00.010.670.01
HSL58.93º97.69%66.08%-
HSV(B)58.93º66.8%99.22%-
XYZ76.2989.8921.72-
YUV231.9744.49143-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.10%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 84 (33.20% from 255) = 14.31%
R=43.10%
G=42.59%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532508400.010.670.0158.9397.6966.08
HexFDFA54014313b6242
Octal37537212401103173142102
Binary11111101111110101010100011000011111101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA54; }

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

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

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

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

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

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

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

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