#FCFA49

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

Shades of Paris Daisy #FCFA49

Tints of Paris Daisy #FCFA49

Color information

#FCFA49 (or 0xFCFA49) is unknown color: approx Paris Daisy. HEX triplet: FC, FA and 49. RGB value is (252,250,73). Sum of RGB (Red+Green+Blue) = 252+250+73=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 73 (28.91% from 255 or 12.70% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA49 is #0305B6. Grayscale: #E7E7E7. Windows color (decimal): -198071 or 4848380. OLE color: 4848380.

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

Color convert

RGB25225073-
CMYK00.010.710.01
HSL59.33º96.76%63.73%-
HSV(B)59.33º71.03%98.82%-
XYZ75.5389.5519.61-
YUV230.4239.16143.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 73 (28.91% from 255) = 12.70%
R=43.83%
G=43.48%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522507300.010.710.0159.3396.7663.73
HexFCFA49014713b6140
Octal37437211101107173141100
Binary11111100111110101001001011000111111101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA49; }

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

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

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

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

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

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

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

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