#FCFD40

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

Shades of Paris Daisy #FCFD40

Tints of Paris Daisy #FCFD40

Color information

#FCFD40 (or 0xFCFD40) is unknown color: approx Paris Daisy. HEX triplet: FC, FD and 40. RGB value is (252,253,64). Sum of RGB (Red+Green+Blue) = 252+253+64=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 64 (25.39% from 255 or 11.25% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD40 is #0302BF. Grayscale: #E7E7E7. Windows color (decimal): -197312 or 4259324. OLE color: 4259324.

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

Color convert

RGB25225364-
CMYK0.0000.750.01
HSL60.32º97.93%62.16%-
HSV(B)60.32º74.7%99.22%-
XYZ76.291.3218.46-
YUV231.1533.67142.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 253 (99.22% from 255) = 44.46%
BLUE value IS 64 (25.39% from 255) = 11.25%
R=44.29%
G=44.46%
B=11.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252253640.0000.750.0160.3297.9362.16
HexFCFD40004B13c623e
Octal3743751000011317414276
Binary1111110011111101100000000100101111111001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFD40; }

 p { color: rgb(252,253,64); }

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

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

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

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

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

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

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