#FDF749

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

Shades of Paris Daisy #FDF749

Tints of Paris Daisy #FDF749

Color information

#FDF749 (or 0xFDF749) is unknown color: approx Paris Daisy. HEX triplet: FD, F7 and 49. RGB value is (253,247,73). Sum of RGB (Red+Green+Blue) = 253+247+73=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 247 (96.88% from 255 or 43.11% from 573); Blue value is 73 (28.91% from 255 or 12.74% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF749 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF749 is #0208B6. Grayscale: #E5E5E5. Windows color (decimal): -133303 or 4847613. OLE color: 4847613.

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

Color convert

RGB25324773-
CMYK00.020.710.01
HSL58º97.83%63.92%-
HSV(B)58º71.15%99.22%-
XYZ74.9787.8919.32-
YUV228.9639.99145.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.15%
GREEN value IS 247 (96.88% from 255) = 43.11%
BLUE value IS 73 (28.91% from 255) = 12.74%
R=44.15%
G=43.11%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532477300.020.710.015897.8363.92
HexFDF749024713a6240
Octal37536711102107172142100
Binary111111011111011110010010101000111111101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF749; }

 p { color: rgb(253,247,73); }

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

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

 a { background-color: rgb(253,247,73); }

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

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

 span { border-color: rgb(253,247,73); }

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