#FCF945

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

Shades of Paris Daisy #FCF945

Tints of Paris Daisy #FCF945

Color information

#FCF945 (or 0xFCF945) is unknown color: approx Paris Daisy. HEX triplet: FC, F9 and 45. RGB value is (252,249,69). Sum of RGB (Red+Green+Blue) = 252+249+69=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 69 (27.34% from 255 or 12.11% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF945 is #0306BA. Grayscale: #E6E6E6. Windows color (decimal): -198331 or 4585980. OLE color: 4585980.

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

Color convert

RGB25224969-
CMYK00.010.730.01
HSL59.02º96.83%62.94%-
HSV(B)59.02º72.62%98.82%-
XYZ75.0988.8818.83-
YUV229.3837.49144.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.21%
GREEN value IS 249 (97.66% from 255) = 43.68%
BLUE value IS 69 (27.34% from 255) = 12.11%
R=44.21%
G=43.68%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522496900.010.730.0159.0296.8362.94
HexFCF945014913b613f
Octal3743711050111117314177
Binary1111110011111001100010101100100111110111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF945; }

 p { color: rgb(252,249,69); }

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

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

 a { background-color: rgb(252,249,69); }

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

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

 span { border-color: rgb(252,249,69); }

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