#FCF642

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

Shades of Paris Daisy #FCF642

Tints of Paris Daisy #FCF642

Color information

#FCF642 (or 0xFCF642) is unknown color: approx Paris Daisy. HEX triplet: FC, F6 and 42. RGB value is (252,246,66). Sum of RGB (Red+Green+Blue) = 252+246+66=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 66 (26.17% from 255 or 11.70% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF642 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF642 is #0309BD. Grayscale: #E3E3E3. Windows color (decimal): -199102 or 4388604. OLE color: 4388604.

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

Color convert

RGB25224666-
CMYK00.020.740.01
HSL58.06º96.88%62.35%-
HSV(B)58.06º73.81%98.82%-
XYZ74.088718.04-
YUV227.2736.99145.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.68%
GREEN value IS 246 (96.48% from 255) = 43.62%
BLUE value IS 66 (26.17% from 255) = 11.70%
R=44.68%
G=43.62%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522466600.020.740.0158.0696.8862.35
HexFCF642024A13a613e
Octal3743661020211217214176
Binary11111100111101101000010010100101011110101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF642; }

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

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

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

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

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

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

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

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