#FCF042

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

Shades of Paris Daisy #FCF042

Tints of Paris Daisy #FCF042

Color information

#FCF042 (or 0xFCF042) is unknown color: approx Paris Daisy. HEX triplet: FC, F0 and 42. RGB value is (252,240,66). Sum of RGB (Red+Green+Blue) = 252+240+66=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 66 (26.17% from 255 or 11.83% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF042 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF042 is #030FBD. Grayscale: #E0E0E0. Windows color (decimal): -200638 or 4387068. OLE color: 4387068.

HSL color Cylindrical-coordinate representation of color #FCF042: hue angle of 56.13º 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 #FCF042 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB25224066-
CMYK00.050.740.01
HSL56.13º96.88%62.35%-
HSV(B)56.13º73.81%98.82%-
XYZ72.2983.4117.44-
YUV223.7538.98148.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.16%
GREEN value IS 240 (94.14% from 255) = 43.01%
BLUE value IS 66 (26.17% from 255) = 11.83%
R=45.16%
G=43.01%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522406600.050.740.0156.1396.8862.35
HexFCF042054A138613e
Octal3743601020511217014176
Binary111111001111000010000100101100101011110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF042; }

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

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

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

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

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

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

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

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