#FCFC52

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

Shades of Paris Daisy #FCFC52

Tints of Paris Daisy #FCFC52

Color information

#FCFC52 (or 0xFCFC52) is unknown color: approx Paris Daisy. HEX triplet: FC, FC and 52. RGB value is (252,252,82). Sum of RGB (Red+Green+Blue) = 252+252+82=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 82 (32.42% from 255 or 13.99% from 586); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC52 is #0303AD. Grayscale: #E9E9E9. Windows color (decimal): -197550 or 5438716. OLE color: 5438716.

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

Color convert

RGB25225282-
CMYK000.670.01
HSL60º96.59%65.49%-
HSV(B)60º67.46%98.82%-
XYZ76.4890.9321.5-
YUV232.6243141.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.00%
GREEN value IS 252 (98.83% from 255) = 43.00%
BLUE value IS 82 (32.42% from 255) = 13.99%
R=43.00%
G=43.00%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225282000.670.016096.5965.49
HexFCFC52004313c6141
Octal37437412200103174141101
Binary11111100111111001010010001000011111110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFC52; }

 p { color: rgb(252,252,82); }

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

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

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

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

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

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

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