Shades of Paris Daisy #FFF954
Tints of Paris Daisy #FFF954
RGB
CMYK
RGB Variations
Color information
#FFF954 (or 0xFFF954) is known color: Paris Daisy. HEX triplet: FF, F9 and 54. RGB value is (255,249,84). Sum of RGB (Red+Green+Blue) = 255+249+84=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 84 (33.20% from 255 or 14.29% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF954 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF954 is #0006AB. Grayscale: #E8E8E8. Windows color (decimal): -1708 or 5569023. OLE color: 5569023.
HSL color Cylindrical-coordinate representation of color #FFF954: hue angle of 57.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFF954 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 84 | - |
| CMYK | 0 | 0.02 | 0.67 | 0 |
| HSL | 57.89º | 1% | 0.66% | - |
| HSV(B) | 57.89º | 0.67% | 1% | - |
| XYZ | 76.72 | 89.65 | 21.65 | - |
| YUV | 231.98 | 44.49 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 84 | 0 | 0.02 | 0.67 | 0 | 57.89 | 1 | 0.66 |
| Hex | FF | F9 | 54 | 0 | 2 | 43 | 0 | 3A | 64 | 42 |
| Octal | 377 | 371 | 124 | 0 | 2 | 103 | 0 | 72 | 144 | 102 |
| Binary | 11111111 | 11111001 | 1010100 | 0 | 10 | 1000011 | 0 | 111010 | 1100100 | 1000010 |
Color Harmonies of #FFF954
Complementary color
Monochromatic Colors of #FFF954
Black with #FFF954
Text Example
Text Example
White with #FFF954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF954; }
p { color: rgb(255,249,84); }
H1.HeaderClassName
{
color: #FFF954;
}
.AnyTagClassName
{
color: #FFF954;
}
</style>
background-color css
<style>
a { background-color: #FFF954; }
a { background-color: rgb(255,249,84); }
div.DivClassName
{
background-color: #FFF954;
}
.BgClassName
{
background-color: #FFF954;
}
</style>
border-color css
<style>
span { border-color: #FFF954; }
span { border-color: rgb(255,249,84); }
td.TdClassName
{
border-color: #FFF954;
}
.TagClassName
{
border-color: #FFF954;
}
</style>