#FDF045

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

Shades of Paris Daisy #FDF045

Tints of Paris Daisy #FDF045

Color information

#FDF045 (or 0xFDF045) is unknown color: approx Paris Daisy. HEX triplet: FD, F0 and 45. RGB value is (253,240,69). Sum of RGB (Red+Green+Blue) = 253+240+69=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 69 (27.34% from 255 or 12.28% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF045 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF045 is #020FBA. Grayscale: #E1E1E1. Windows color (decimal): -135099 or 4583677. OLE color: 4583677.

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

Color convert

RGB25324069-
CMYK00.050.730.01
HSL55.76º97.87%63.14%-
HSV(B)55.76º72.73%99.22%-
XYZ72.7483.6317.94-
YUV224.3940.31148.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 240 (94.14% from 255) = 42.70%
BLUE value IS 69 (27.34% from 255) = 12.28%
R=45.02%
G=42.70%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532406900.050.730.0155.7697.8763.14
HexFDF0450549138623f
Octal3753601050511117014277
Binary111111011111000010001010101100100111110001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF045; }

 p { color: rgb(253,240,69); }

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

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

 a { background-color: rgb(253,240,69); }

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

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

 span { border-color: rgb(253,240,69); }

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