Shades of Paris Daisy #FFF251
Tints of Paris Daisy #FFF251
RGB
CMYK
RGB Variations
Color information
#FFF251 (or 0xFFF251) is known color: Paris Daisy. HEX triplet: FF, F2 and 51. RGB value is (255,242,81). Sum of RGB (Red+Green+Blue) = 255+242+81=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 81 (32.03% from 255 or 14.01% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF251 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF251 is #000DAE. Grayscale: #E4E4E4. Windows color (decimal): -3503 or 5370623. OLE color: 5370623.
HSL color Cylindrical-coordinate representation of color #FFF251: hue angle of 55.52º 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 #FFF251 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 81 | - |
| CMYK | 0 | 0.05 | 0.68 | 0 |
| HSL | 55.52º | 1% | 0.66% | - |
| HSV(B) | 55.52º | 0.68% | 1% | - |
| XYZ | 74.48 | 85.36 | 20.34 | - |
| YUV | 227.53 | 45.31 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 81 | 0 | 0.05 | 0.68 | 0 | 55.52 | 1 | 0.66 |
| Hex | FF | F2 | 51 | 0 | 5 | 44 | 0 | 38 | 64 | 42 |
| Octal | 377 | 362 | 121 | 0 | 5 | 104 | 0 | 70 | 144 | 102 |
| Binary | 11111111 | 11110010 | 1010001 | 0 | 101 | 1000100 | 0 | 111000 | 1100100 | 1000010 |
Color Harmonies of #FFF251
Complementary color
Monochromatic Colors of #FFF251
Black with #FFF251
Text Example
Text Example
White with #FFF251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF251; }
p { color: rgb(255,242,81); }
H1.HeaderClassName
{
color: #FFF251;
}
.AnyTagClassName
{
color: #FFF251;
}
</style>
background-color css
<style>
a { background-color: #FFF251; }
a { background-color: rgb(255,242,81); }
div.DivClassName
{
background-color: #FFF251;
}
.BgClassName
{
background-color: #FFF251;
}
</style>
border-color css
<style>
span { border-color: #FFF251; }
span { border-color: rgb(255,242,81); }
td.TdClassName
{
border-color: #FFF251;
}
.TagClassName
{
border-color: #FFF251;
}
</style>