Shades of Paris Daisy #F8F54A
Tints of Paris Daisy #F8F54A
RGB
CMYK
RGB Variations
Color information
#F8F54A (or 0xF8F54A) is known color: Paris Daisy. HEX triplet: F8, F5 and 4A. RGB value is (248,245,74). Sum of RGB (Red+Green+Blue) = 248+245+74=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 74 (29.30% from 255 or 13.05% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F54A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F54A is #070AB5. Grayscale: #E3E3E3. Windows color (decimal): -461494 or 4912632. OLE color: 4912632.
HSL color Cylindrical-coordinate representation of color #F8F54A: hue angle of 58.97º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8F54A is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 74 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.03 |
| HSL | 58.97º | 0.93% | 0.63% | - |
| HSV(B) | 58.97º | 0.7% | 0.97% | - |
| XYZ | 72.6 | 85.76 | 19.2 | - |
| YUV | 226.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 74 | 0 | 0.01 | 0.70 | 0.03 | 58.97 | 0.93 | 0.63 |
| Hex | F8 | F5 | 4A | 0 | 1 | 46 | 3 | 3B | 5D | 3F |
| Octal | 370 | 365 | 112 | 0 | 1 | 106 | 3 | 73 | 135 | 77 |
| Binary | 11111000 | 11110101 | 1001010 | 0 | 1 | 1000110 | 11 | 111011 | 1011101 | 111111 |
Color Harmonies of #F8F54A
Complementary color
Monochromatic Colors of #F8F54A
Black with #F8F54A
Text Example
Text Example
White with #F8F54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F54A; }
p { color: rgb(248,245,74); }
H1.HeaderClassName
{
color: #F8F54A;
}
.AnyTagClassName
{
color: #F8F54A;
}
</style>
background-color css
<style>
a { background-color: #F8F54A; }
a { background-color: rgb(248,245,74); }
div.DivClassName
{
background-color: #F8F54A;
}
.BgClassName
{
background-color: #F8F54A;
}
</style>
border-color css
<style>
span { border-color: #F8F54A; }
span { border-color: rgb(248,245,74); }
td.TdClassName
{
border-color: #F8F54A;
}
.TagClassName
{
border-color: #F8F54A;
}
</style>