Shades of Paris Daisy #F8EE4A
Tints of Paris Daisy #F8EE4A
RGB
CMYK
RGB Variations
Color information
#F8EE4A (or 0xF8EE4A) is known color: Paris Daisy. HEX triplet: F8, EE and 4A. RGB value is (248,238,74). Sum of RGB (Red+Green+Blue) = 248+238+74=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 74 (29.30% from 255 or 13.21% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EE4A is #0711B5. Grayscale: #DEDEDE. Windows color (decimal): -463286 or 4910840. OLE color: 4910840.
HSL color Cylindrical-coordinate representation of color #F8EE4A: hue angle of 56.55º 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 #F8EE4A is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 74 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.03 |
| HSL | 56.55º | 0.93% | 0.63% | - |
| HSV(B) | 56.55º | 0.7% | 0.97% | - |
| XYZ | 70.52 | 81.6 | 18.51 | - |
| YUV | 222.29 | 44.31 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 74 | 0 | 0.04 | 0.70 | 0.03 | 56.55 | 0.93 | 0.63 |
| Hex | F8 | EE | 4A | 0 | 4 | 46 | 3 | 39 | 5D | 3F |
| Octal | 370 | 356 | 112 | 0 | 4 | 106 | 3 | 71 | 135 | 77 |
| Binary | 11111000 | 11101110 | 1001010 | 0 | 100 | 1000110 | 11 | 111001 | 1011101 | 111111 |
Color Harmonies of #F8EE4A
Complementary color
Monochromatic Colors of #F8EE4A
Black with #F8EE4A
Text Example
Text Example
White with #F8EE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EE4A; }
p { color: rgb(248,238,74); }
H1.HeaderClassName
{
color: #F8EE4A;
}
.AnyTagClassName
{
color: #F8EE4A;
}
</style>
background-color css
<style>
a { background-color: #F8EE4A; }
a { background-color: rgb(248,238,74); }
div.DivClassName
{
background-color: #F8EE4A;
}
.BgClassName
{
background-color: #F8EE4A;
}
</style>
border-color css
<style>
span { border-color: #F8EE4A; }
span { border-color: rgb(248,238,74); }
td.TdClassName
{
border-color: #F8EE4A;
}
.TagClassName
{
border-color: #F8EE4A;
}
</style>