Shades of Paris Daisy #FFF04A
Tints of Paris Daisy #FFF04A
RGB
CMYK
RGB Variations
Color information
#FFF04A (or 0xFFF04A) is known color: Paris Daisy. HEX triplet: FF, F0 and 4A. RGB value is (255,240,74). Sum of RGB (Red+Green+Blue) = 255+240+74=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 74 (29.30% from 255 or 13.01% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF04A is #000FB5. Grayscale: #E2E2E2. Windows color (decimal): -4022 or 4911359. OLE color: 4911359.
HSL color Cylindrical-coordinate representation of color #FFF04A: hue angle of 55.03º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFF04A is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 74 | - |
| CMYK | 0 | 0.06 | 0.71 | 0 |
| HSL | 55.03º | 1% | 0.65% | - |
| HSV(B) | 55.03º | 0.71% | 1% | - |
| XYZ | 73.64 | 84.07 | 18.83 | - |
| YUV | 225.56 | 42.47 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 74 | 0 | 0.06 | 0.71 | 0 | 55.03 | 1 | 0.65 |
| Hex | FF | F0 | 4A | 0 | 6 | 47 | 0 | 37 | 64 | 41 |
| Octal | 377 | 360 | 112 | 0 | 6 | 107 | 0 | 67 | 144 | 101 |
| Binary | 11111111 | 11110000 | 1001010 | 0 | 110 | 1000111 | 0 | 110111 | 1100100 | 1000001 |
Color Harmonies of #FFF04A
Complementary color
Monochromatic Colors of #FFF04A
Black with #FFF04A
Text Example
Text Example
White with #FFF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF04A; }
p { color: rgb(255,240,74); }
H1.HeaderClassName
{
color: #FFF04A;
}
.AnyTagClassName
{
color: #FFF04A;
}
</style>
background-color css
<style>
a { background-color: #FFF04A; }
a { background-color: rgb(255,240,74); }
div.DivClassName
{
background-color: #FFF04A;
}
.BgClassName
{
background-color: #FFF04A;
}
</style>
border-color css
<style>
span { border-color: #FFF04A; }
span { border-color: rgb(255,240,74); }
td.TdClassName
{
border-color: #FFF04A;
}
.TagClassName
{
border-color: #FFF04A;
}
</style>