Shades of Paris Daisy #FFF84A
Tints of Paris Daisy #FFF84A
RGB
CMYK
RGB Variations
Color information
#FFF84A (or 0xFFF84A) is known color: Paris Daisy. HEX triplet: FF, F8 and 4A. RGB value is (255,248,74). Sum of RGB (Red+Green+Blue) = 255+248+74=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 74 (29.30% from 255 or 12.82% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF84A is #0007B5. Grayscale: #E6E6E6. Windows color (decimal): -1974 or 4913407. OLE color: 4913407.
HSL color Cylindrical-coordinate representation of color #FFF84A: hue angle of 57.68º 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 #FFF84A is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 74 | - |
| CMYK | 0 | 0.03 | 0.71 | 0 |
| HSL | 57.68º | 1% | 0.65% | - |
| HSV(B) | 57.68º | 0.71% | 1% | - |
| XYZ | 76.04 | 88.89 | 19.63 | - |
| YUV | 230.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 74 | 0 | 0.03 | 0.71 | 0 | 57.68 | 1 | 0.65 |
| Hex | FF | F8 | 4A | 0 | 3 | 47 | 0 | 3A | 64 | 41 |
| Octal | 377 | 370 | 112 | 0 | 3 | 107 | 0 | 72 | 144 | 101 |
| Binary | 11111111 | 11111000 | 1001010 | 0 | 11 | 1000111 | 0 | 111010 | 1100100 | 1000001 |
Color Harmonies of #FFF84A
Complementary color
Monochromatic Colors of #FFF84A
Black with #FFF84A
Text Example
Text Example
White with #FFF84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF84A; }
p { color: rgb(255,248,74); }
H1.HeaderClassName
{
color: #FFF84A;
}
.AnyTagClassName
{
color: #FFF84A;
}
</style>
background-color css
<style>
a { background-color: #FFF84A; }
a { background-color: rgb(255,248,74); }
div.DivClassName
{
background-color: #FFF84A;
}
.BgClassName
{
background-color: #FFF84A;
}
</style>
border-color css
<style>
span { border-color: #FFF84A; }
span { border-color: rgb(255,248,74); }
td.TdClassName
{
border-color: #FFF84A;
}
.TagClassName
{
border-color: #FFF84A;
}
</style>