#FCF54E

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

Shades of Paris Daisy #FCF54E

Tints of Paris Daisy #FCF54E

Color information

#FCF54E (or 0xFCF54E) is unknown color: approx Paris Daisy. HEX triplet: FC, F5 and 4E. RGB value is (252,245,78). Sum of RGB (Red+Green+Blue) = 252+245+78=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 78 (30.86% from 255 or 13.57% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF54E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF54E is #030AB1. Grayscale: #E4E4E4. Windows color (decimal): -199346 or 5174780. OLE color: 5174780.

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

Color convert

RGB25224578-
CMYK00.030.690.01
HSL57.59º96.67%64.71%-
HSV(B)57.59º69.05%98.82%-
XYZ74.1786.5520-
YUV228.0643.32145.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 245 (96.09% from 255) = 42.61%
BLUE value IS 78 (30.86% from 255) = 13.57%
R=43.83%
G=42.61%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522457800.030.690.0157.5996.6764.71
HexFCF54E034513a6141
Octal37436511603105172141101
Binary111111001111010110011100111000101111101011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF54E; }

 p { color: rgb(252,245,78); }

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

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

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

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

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

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

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