Shades of Paris Daisy #FDF145
Tints of Paris Daisy #FDF145
RGB
CMYK
RGB Variations
Color information
#FDF145 (or 0xFDF145) is known color: Paris Daisy. HEX triplet: FD, F1 and 45. RGB value is (253,241,69). Sum of RGB (Red+Green+Blue) = 253+241+69=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 69 (27.34% from 255 or 12.26% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF145 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF145 is #020EBA. Grayscale: #E1E1E1. Windows color (decimal): -134843 or 4583933. OLE color: 4583933.
HSL color Cylindrical-coordinate representation of color #FDF145: hue angle of 56.09º 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 #FDF145 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 69 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.01 |
| HSL | 56.09º | 0.98% | 0.63% | - |
| HSV(B) | 56.09º | 0.73% | 0.99% | - |
| XYZ | 73.04 | 84.22 | 18.04 | - |
| YUV | 224.98 | 39.98 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 69 | 0 | 0.05 | 0.73 | 0.01 | 56.09 | 0.98 | 0.63 |
| Hex | FD | F1 | 45 | 0 | 5 | 49 | 1 | 38 | 62 | 3F |
| Octal | 375 | 361 | 105 | 0 | 5 | 111 | 1 | 70 | 142 | 77 |
| Binary | 11111101 | 11110001 | 1000101 | 0 | 101 | 1001001 | 1 | 111000 | 1100010 | 111111 |
Color Harmonies of #FDF145
Complementary color
Monochromatic Colors of #FDF145
Black with #FDF145
Text Example
Text Example
White with #FDF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF145; }
p { color: rgb(253,241,69); }
H1.HeaderClassName
{
color: #FDF145;
}
.AnyTagClassName
{
color: #FDF145;
}
</style>
background-color css
<style>
a { background-color: #FDF145; }
a { background-color: rgb(253,241,69); }
div.DivClassName
{
background-color: #FDF145;
}
.BgClassName
{
background-color: #FDF145;
}
</style>
border-color css
<style>
span { border-color: #FDF145; }
span { border-color: rgb(253,241,69); }
td.TdClassName
{
border-color: #FDF145;
}
.TagClassName
{
border-color: #FDF145;
}
</style>