#FCF745

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

Shades of Paris Daisy #FCF745

Tints of Paris Daisy #FCF745

Color information

#FCF745 (or 0xFCF745) is unknown color: approx Paris Daisy. HEX triplet: FC, F7 and 45. RGB value is (252,247,69). Sum of RGB (Red+Green+Blue) = 252+247+69=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 69 (27.34% from 255 or 12.15% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF745 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF745 is #0308BA. Grayscale: #E4E4E4. Windows color (decimal): -198843 or 4585468. OLE color: 4585468.

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

Color convert

RGB25224769-
CMYK00.020.730.01
HSL58.36º96.83%62.94%-
HSV(B)58.36º72.62%98.82%-
XYZ74.4887.6518.62-
YUV228.238.16144.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.37%
GREEN value IS 247 (96.88% from 255) = 43.49%
BLUE value IS 69 (27.34% from 255) = 12.15%
R=44.37%
G=43.49%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522476900.020.730.0158.3696.8362.94
HexFCF745024913a613f
Octal3743671050211117214177
Binary11111100111101111000101010100100111110101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF745; }

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

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

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

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

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

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

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

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