Shades of Paris Daisy #FFF851
Tints of Paris Daisy #FFF851
RGB
CMYK
RGB Variations
Color information
#FFF851 (or 0xFFF851) is known color: Paris Daisy. HEX triplet: FF, F8 and 51. RGB value is (255,248,81). Sum of RGB (Red+Green+Blue) = 255+248+81=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 81 (32.03% from 255 or 13.87% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF851 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF851 is #0007AE. Grayscale: #E7E7E7. Windows color (decimal): -1967 or 5372159. OLE color: 5372159.
HSL color Cylindrical-coordinate representation of color #FFF851: hue angle of 57.59º 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 #FFF851 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 81 | - |
| CMYK | 0 | 0.03 | 0.68 | 0 |
| HSL | 57.59º | 1% | 0.66% | - |
| HSV(B) | 57.59º | 0.68% | 1% | - |
| XYZ | 76.29 | 88.99 | 20.94 | - |
| YUV | 231.06 | 43.32 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 81 | 0 | 0.03 | 0.68 | 0 | 57.59 | 1 | 0.66 |
| Hex | FF | F8 | 51 | 0 | 3 | 44 | 0 | 3A | 64 | 42 |
| Octal | 377 | 370 | 121 | 0 | 3 | 104 | 0 | 72 | 144 | 102 |
| Binary | 11111111 | 11111000 | 1010001 | 0 | 11 | 1000100 | 0 | 111010 | 1100100 | 1000010 |
Color Harmonies of #FFF851
Complementary color
Monochromatic Colors of #FFF851
Black with #FFF851
Text Example
Text Example
White with #FFF851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF851; }
p { color: rgb(255,248,81); }
H1.HeaderClassName
{
color: #FFF851;
}
.AnyTagClassName
{
color: #FFF851;
}
</style>
background-color css
<style>
a { background-color: #FFF851; }
a { background-color: rgb(255,248,81); }
div.DivClassName
{
background-color: #FFF851;
}
.BgClassName
{
background-color: #FFF851;
}
</style>
border-color css
<style>
span { border-color: #FFF851; }
span { border-color: rgb(255,248,81); }
td.TdClassName
{
border-color: #FFF851;
}
.TagClassName
{
border-color: #FFF851;
}
</style>