Shades of Paris Daisy #FFF152
Tints of Paris Daisy #FFF152
RGB
CMYK
RGB Variations
Color information
#FFF152 (or 0xFFF152) is known color: Paris Daisy. HEX triplet: FF, F1 and 52. RGB value is (255,241,82). Sum of RGB (Red+Green+Blue) = 255+241+82=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 82 (32.42% from 255 or 14.19% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF152 is #000EAD. Grayscale: #E3E3E3. Windows color (decimal): -3758 or 5435903. OLE color: 5435903.
HSL color Cylindrical-coordinate representation of color #FFF152: hue angle of 55.14º 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 #FFF152 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 82 | - |
| CMYK | 0 | 0.05 | 0.68 | 0 |
| HSL | 55.14º | 1% | 0.66% | - |
| HSV(B) | 55.14º | 0.68% | 1% | - |
| XYZ | 74.22 | 84.78 | 20.44 | - |
| YUV | 227.06 | 46.14 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 82 | 0 | 0.05 | 0.68 | 0 | 55.14 | 1 | 0.66 |
| Hex | FF | F1 | 52 | 0 | 5 | 44 | 0 | 37 | 64 | 42 |
| Octal | 377 | 361 | 122 | 0 | 5 | 104 | 0 | 67 | 144 | 102 |
| Binary | 11111111 | 11110001 | 1010010 | 0 | 101 | 1000100 | 0 | 110111 | 1100100 | 1000010 |
Color Harmonies of #FFF152
Complementary color
Monochromatic Colors of #FFF152
Black with #FFF152
Text Example
Text Example
White with #FFF152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF152; }
p { color: rgb(255,241,82); }
H1.HeaderClassName
{
color: #FFF152;
}
.AnyTagClassName
{
color: #FFF152;
}
</style>
background-color css
<style>
a { background-color: #FFF152; }
a { background-color: rgb(255,241,82); }
div.DivClassName
{
background-color: #FFF152;
}
.BgClassName
{
background-color: #FFF152;
}
</style>
border-color css
<style>
span { border-color: #FFF152; }
span { border-color: rgb(255,241,82); }
td.TdClassName
{
border-color: #FFF152;
}
.TagClassName
{
border-color: #FFF152;
}
</style>