#FCF349

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

Shades of Paris Daisy #FCF349

Tints of Paris Daisy #FCF349

Color information

#FCF349 (or 0xFCF349) is unknown color: approx Paris Daisy. HEX triplet: FC, F3 and 49. RGB value is (252,243,73). Sum of RGB (Red+Green+Blue) = 252+243+73=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 73 (28.91% from 255 or 12.85% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF349 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF349 is #030CB6. Grayscale: #E3E3E3. Windows color (decimal): -199863 or 4846588. OLE color: 4846588.

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

Color convert

RGB25224373-
CMYK00.040.710.01
HSL56.98º96.76%63.73%-
HSV(B)56.98º71.03%98.82%-
XYZ73.485.2818.9-
YUV226.3141.48146.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.37%
GREEN value IS 243 (95.31% from 255) = 42.78%
BLUE value IS 73 (28.91% from 255) = 12.85%
R=44.37%
G=42.78%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522437300.040.710.0156.9896.7663.73
HexFCF34904471396140
Octal37436311104107171141100
Binary1111110011110011100100101001000111111100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF349; }

 p { color: rgb(252,243,73); }

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

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

 a { background-color: rgb(252,243,73); }

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

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

 span { border-color: rgb(252,243,73); }

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