#FCF254

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

Shades of Paris Daisy #FCF254

Tints of Paris Daisy #FCF254

Color information

#FCF254 (or 0xFCF254) is unknown color: approx Paris Daisy. HEX triplet: FC, F2 and 54. RGB value is (252,242,84). Sum of RGB (Red+Green+Blue) = 252+242+84=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 84 (33.20% from 255 or 14.53% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF254 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF254 is #030DAB. Grayscale: #E3E3E3. Windows color (decimal): -200108 or 5567228. OLE color: 5567228.

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

Color convert

RGB25224284-
CMYK00.040.670.01
HSL56.43º96.55%65.88%-
HSV(B)56.43º66.67%98.82%-
XYZ73.584.8420.89-
YUV226.9847.31145.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 242 (94.92% from 255) = 41.87%
BLUE value IS 84 (33.20% from 255) = 14.53%
R=43.60%
G=41.87%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522428400.040.670.0156.4396.5565.88
HexFCF25404431386142
Octal37436212404103170141102
Binary1111110011110010101010001001000011111100011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF254; }

 p { color: rgb(252,242,84); }

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

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

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

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

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

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

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