Shades of Paris Daisy #FDF154
Tints of Paris Daisy #FDF154
RGB
CMYK
RGB Variations
Color information
#FDF154 (or 0xFDF154) is known color: Paris Daisy. HEX triplet: FD, F1 and 54. RGB value is (253,241,84). Sum of RGB (Red+Green+Blue) = 253+241+84=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 84 (33.20% from 255 or 14.53% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF154 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF154 is #020EAB. Grayscale: #E3E3E3. Windows color (decimal): -134828 or 5566973. OLE color: 5566973.
HSL color Cylindrical-coordinate representation of color #FDF154: hue angle of 55.74º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDF154 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 84 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.01 |
| HSL | 55.74º | 0.98% | 0.66% | - |
| HSV(B) | 55.74º | 0.67% | 0.99% | - |
| XYZ | 73.56 | 84.43 | 20.81 | - |
| YUV | 226.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 84 | 0 | 0.05 | 0.67 | 0.01 | 55.74 | 0.98 | 0.66 |
| Hex | FD | F1 | 54 | 0 | 5 | 43 | 1 | 38 | 62 | 42 |
| Octal | 375 | 361 | 124 | 0 | 5 | 103 | 1 | 70 | 142 | 102 |
| Binary | 11111101 | 11110001 | 1010100 | 0 | 101 | 1000011 | 1 | 111000 | 1100010 | 1000010 |
Color Harmonies of #FDF154
Complementary color
Monochromatic Colors of #FDF154
Black with #FDF154
Text Example
Text Example
White with #FDF154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF154; }
p { color: rgb(253,241,84); }
H1.HeaderClassName
{
color: #FDF154;
}
.AnyTagClassName
{
color: #FDF154;
}
</style>
background-color css
<style>
a { background-color: #FDF154; }
a { background-color: rgb(253,241,84); }
div.DivClassName
{
background-color: #FDF154;
}
.BgClassName
{
background-color: #FDF154;
}
</style>
border-color css
<style>
span { border-color: #FDF154; }
span { border-color: rgb(253,241,84); }
td.TdClassName
{
border-color: #FDF154;
}
.TagClassName
{
border-color: #FDF154;
}
</style>