Shades of Paris Daisy #FFF852
Tints of Paris Daisy #FFF852
RGB
CMYK
RGB Variations
Color information
#FFF852 (or 0xFFF852) is known color: Paris Daisy. HEX triplet: FF, F8 and 52. RGB value is (255,248,82). Sum of RGB (Red+Green+Blue) = 255+248+82=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 82 (32.42% from 255 or 14.02% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF852 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF852 is #0007AD. Grayscale: #E7E7E7. Windows color (decimal): -1966 or 5437695. OLE color: 5437695.
HSL color Cylindrical-coordinate representation of color #FFF852: hue angle of 57.57º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFF852 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 82 | - |
| CMYK | 0 | 0.03 | 0.68 | 0 |
| HSL | 57.57º | 1% | 0.66% | - |
| HSV(B) | 57.57º | 0.68% | 1% | - |
| XYZ | 76.33 | 89 | 21.14 | - |
| YUV | 231.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 82 | 0 | 0.03 | 0.68 | 0 | 57.57 | 1 | 0.66 |
| Hex | FF | F8 | 52 | 0 | 3 | 44 | 0 | 3A | 64 | 42 |
| Octal | 377 | 370 | 122 | 0 | 3 | 104 | 0 | 72 | 144 | 102 |
| Binary | 11111111 | 11111000 | 1010010 | 0 | 11 | 1000100 | 0 | 111010 | 1100100 | 1000010 |
Color Harmonies of #FFF852
Complementary color
Monochromatic Colors of #FFF852
Black with #FFF852
Text Example
Text Example
White with #FFF852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF852; }
p { color: rgb(255,248,82); }
H1.HeaderClassName
{
color: #FFF852;
}
.AnyTagClassName
{
color: #FFF852;
}
</style>
background-color css
<style>
a { background-color: #FFF852; }
a { background-color: rgb(255,248,82); }
div.DivClassName
{
background-color: #FFF852;
}
.BgClassName
{
background-color: #FFF852;
}
</style>
border-color css
<style>
span { border-color: #FFF852; }
span { border-color: rgb(255,248,82); }
td.TdClassName
{
border-color: #FFF852;
}
.TagClassName
{
border-color: #FFF852;
}
</style>