#FCF542

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

Shades of Paris Daisy #FCF542

Tints of Paris Daisy #FCF542

Color information

#FCF542 (or 0xFCF542) is unknown color: approx Paris Daisy. HEX triplet: FC, F5 and 42. RGB value is (252,245,66). Sum of RGB (Red+Green+Blue) = 252+245+66=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 66 (26.17% from 255 or 11.72% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF542 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF542 is #030ABD. Grayscale: #E3E3E3. Windows color (decimal): -199358 or 4388348. OLE color: 4388348.

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

Color convert

RGB25224566-
CMYK00.030.740.01
HSL57.74º96.88%62.35%-
HSV(B)57.74º73.81%98.82%-
XYZ73.7886.3917.94-
YUV226.6937.32146.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.76%
GREEN value IS 245 (96.09% from 255) = 43.52%
BLUE value IS 66 (26.17% from 255) = 11.72%
R=44.76%
G=43.52%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522456600.030.740.0157.7496.8862.35
HexFCF542034A13a613e
Octal3743651020311217214176
Binary11111100111101011000010011100101011110101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF542; }

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

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

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

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

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

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

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

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