Shades of Paris Daisy #FFF946
Tints of Paris Daisy #FFF946
RGB
CMYK
RGB Variations
Color information
#FFF946 (or 0xFFF946) is known color: Paris Daisy. HEX triplet: FF, F9 and 46. RGB value is (255,249,70). Sum of RGB (Red+Green+Blue) = 255+249+70=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 70 (27.73% from 255 or 12.20% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF946 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF946 is #0006B9. Grayscale: #E7E7E7. Windows color (decimal): -1722 or 4651519. OLE color: 4651519.
HSL color Cylindrical-coordinate representation of color #FFF946: hue angle of 58.05º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFF946 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 70 | - |
| CMYK | 0 | 0.02 | 0.73 | 0 |
| HSL | 58.05º | 1% | 0.64% | - |
| HSV(B) | 58.05º | 0.73% | 1% | - |
| XYZ | 76.22 | 89.45 | 19.04 | - |
| YUV | 230.39 | 37.49 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 70 | 0 | 0.02 | 0.73 | 0 | 58.05 | 1 | 0.64 |
| Hex | FF | F9 | 46 | 0 | 2 | 49 | 0 | 3A | 64 | 40 |
| Octal | 377 | 371 | 106 | 0 | 2 | 111 | 0 | 72 | 144 | 100 |
| Binary | 11111111 | 11111001 | 1000110 | 0 | 10 | 1001001 | 0 | 111010 | 1100100 | 1000000 |
Color Harmonies of #FFF946
Complementary color
Monochromatic Colors of #FFF946
Black with #FFF946
Text Example
Text Example
White with #FFF946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF946; }
p { color: rgb(255,249,70); }
H1.HeaderClassName
{
color: #FFF946;
}
.AnyTagClassName
{
color: #FFF946;
}
</style>
background-color css
<style>
a { background-color: #FFF946; }
a { background-color: rgb(255,249,70); }
div.DivClassName
{
background-color: #FFF946;
}
.BgClassName
{
background-color: #FFF946;
}
</style>
border-color css
<style>
span { border-color: #FFF946; }
span { border-color: rgb(255,249,70); }
td.TdClassName
{
border-color: #FFF946;
}
.TagClassName
{
border-color: #FFF946;
}
</style>