#FCFA51

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

Shades of Paris Daisy #FCFA51

Tints of Paris Daisy #FCFA51

Color information

#FCFA51 (or 0xFCFA51) is unknown color: approx Paris Daisy. HEX triplet: FC, FA and 51. RGB value is (252,250,81). Sum of RGB (Red+Green+Blue) = 252+250+81=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 81 (32.03% from 255 or 13.89% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFA51 is #0305AE. Grayscale: #E8E8E8. Windows color (decimal): -198063 or 5372668. OLE color: 5372668.

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

Color convert

RGB25225081-
CMYK00.010.680.01
HSL59.3º96.61%65.29%-
HSV(B)59.3º67.86%98.82%-
XYZ75.8289.6621.09-
YUV231.3343.16142.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 250 (98.05% from 255) = 42.88%
BLUE value IS 81 (32.03% from 255) = 13.89%
R=43.22%
G=42.88%
B=13.89%

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
Decimal2522508100.010.680.0159.396.6165.29
HexFCFA51014413b6141
Octal37437212101104173141101
Binary11111100111110101010001011000100111101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA51; }

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

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

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

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

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

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

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

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