Shades of Paris Daisy #FDF152
Tints of Paris Daisy #FDF152
RGB
CMYK
RGB Variations
Color information
#FDF152 (or 0xFDF152) is known color: Paris Daisy. HEX triplet: FD, F1 and 52. RGB value is (253,241,82). Sum of RGB (Red+Green+Blue) = 253+241+82=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 82 (32.42% from 255 or 14.24% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF152 is #020EAD. Grayscale: #E3E3E3. Windows color (decimal): -134830 or 5435901. OLE color: 5435901.
HSL color Cylindrical-coordinate representation of color #FDF152: hue angle of 55.79º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDF152 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 82 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.01 |
| HSL | 55.79º | 0.98% | 0.66% | - |
| HSV(B) | 55.79º | 0.68% | 0.99% | - |
| XYZ | 73.49 | 84.4 | 20.4 | - |
| YUV | 226.46 | 46.48 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 82 | 0 | 0.05 | 0.68 | 0.01 | 55.79 | 0.98 | 0.66 |
| Hex | FD | F1 | 52 | 0 | 5 | 44 | 1 | 38 | 62 | 42 |
| Octal | 375 | 361 | 122 | 0 | 5 | 104 | 1 | 70 | 142 | 102 |
| Binary | 11111101 | 11110001 | 1010010 | 0 | 101 | 1000100 | 1 | 111000 | 1100010 | 1000010 |
Color Harmonies of #FDF152
Complementary color
Monochromatic Colors of #FDF152
Black with #FDF152
Text Example
Text Example
White with #FDF152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF152; }
p { color: rgb(253,241,82); }
H1.HeaderClassName
{
color: #FDF152;
}
.AnyTagClassName
{
color: #FDF152;
}
</style>
background-color css
<style>
a { background-color: #FDF152; }
a { background-color: rgb(253,241,82); }
div.DivClassName
{
background-color: #FDF152;
}
.BgClassName
{
background-color: #FDF152;
}
</style>
border-color css
<style>
span { border-color: #FDF152; }
span { border-color: rgb(253,241,82); }
td.TdClassName
{
border-color: #FDF152;
}
.TagClassName
{
border-color: #FDF152;
}
</style>