Shades of Paris Daisy #FFF955
Tints of Paris Daisy #FFF955
RGB
CMYK
RGB Variations
Color information
#FFF955 (or 0xFFF955) is known color: Paris Daisy. HEX triplet: FF, F9 and 55. RGB value is (255,249,85). Sum of RGB (Red+Green+Blue) = 255+249+85=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 85 (33.59% from 255 or 14.43% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF955 is #0006AA. Grayscale: #E8E8E8. Windows color (decimal): -1707 or 5634559. OLE color: 5634559.
HSL color Cylindrical-coordinate representation of color #FFF955: hue angle of 57.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFF955 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 85 | - |
| CMYK | 0 | 0.02 | 0.67 | 0 |
| HSL | 57.88º | 1% | 0.67% | - |
| HSV(B) | 57.88º | 0.67% | 1% | - |
| XYZ | 76.76 | 89.67 | 21.86 | - |
| YUV | 232.1 | 44.99 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 85 | 0 | 0.02 | 0.67 | 0 | 57.88 | 1 | 0.67 |
| Hex | FF | F9 | 55 | 0 | 2 | 43 | 0 | 3A | 64 | 43 |
| Octal | 377 | 371 | 125 | 0 | 2 | 103 | 0 | 72 | 144 | 103 |
| Binary | 11111111 | 11111001 | 1010101 | 0 | 10 | 1000011 | 0 | 111010 | 1100100 | 1000011 |
Color Harmonies of #FFF955
Complementary color
Monochromatic Colors of #FFF955
Black with #FFF955
Text Example
Text Example
White with #FFF955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF955; }
p { color: rgb(255,249,85); }
H1.HeaderClassName
{
color: #FFF955;
}
.AnyTagClassName
{
color: #FFF955;
}
</style>
background-color css
<style>
a { background-color: #FFF955; }
a { background-color: rgb(255,249,85); }
div.DivClassName
{
background-color: #FFF955;
}
.BgClassName
{
background-color: #FFF955;
}
</style>
border-color css
<style>
span { border-color: #FFF955; }
span { border-color: rgb(255,249,85); }
td.TdClassName
{
border-color: #FFF955;
}
.TagClassName
{
border-color: #FFF955;
}
</style>