Shades of Paris Daisy #FFF948
Tints of Paris Daisy #FFF948
RGB
CMYK
RGB Variations
Color information
#FFF948 (or 0xFFF948) is known color: Paris Daisy. HEX triplet: FF, F9 and 48. RGB value is (255,249,72). Sum of RGB (Red+Green+Blue) = 255+249+72=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 72 (28.52% from 255 or 12.5% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF948 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF948 is #0006B7. Grayscale: #E7E7E7. Windows color (decimal): -1720 or 4782591. OLE color: 4782591.
HSL color Cylindrical-coordinate representation of color #FFF948: hue angle of 58.03º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFF948 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 72 | - |
| CMYK | 0 | 0.02 | 0.72 | 0 |
| HSL | 58.03º | 1% | 0.64% | - |
| HSV(B) | 58.03º | 0.72% | 1% | - |
| XYZ | 76.29 | 89.48 | 19.38 | - |
| YUV | 230.62 | 38.49 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 72 | 0 | 0.02 | 0.72 | 0 | 58.03 | 1 | 0.64 |
| Hex | FF | F9 | 48 | 0 | 2 | 48 | 0 | 3A | 64 | 40 |
| Octal | 377 | 371 | 110 | 0 | 2 | 110 | 0 | 72 | 144 | 100 |
| Binary | 11111111 | 11111001 | 1001000 | 0 | 10 | 1001000 | 0 | 111010 | 1100100 | 1000000 |
Color Harmonies of #FFF948
Complementary color
Monochromatic Colors of #FFF948
Black with #FFF948
Text Example
Text Example
White with #FFF948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF948; }
p { color: rgb(255,249,72); }
H1.HeaderClassName
{
color: #FFF948;
}
.AnyTagClassName
{
color: #FFF948;
}
</style>
background-color css
<style>
a { background-color: #FFF948; }
a { background-color: rgb(255,249,72); }
div.DivClassName
{
background-color: #FFF948;
}
.BgClassName
{
background-color: #FFF948;
}
</style>
border-color css
<style>
span { border-color: #FFF948; }
span { border-color: rgb(255,249,72); }
td.TdClassName
{
border-color: #FFF948;
}
.TagClassName
{
border-color: #FFF948;
}
</style>