Shades of Paris Daisy #F8E652
Tints of Paris Daisy #F8E652
RGB
CMYK
RGB Variations
Color information
#F8E652 (or 0xF8E652) is known color: Paris Daisy. HEX triplet: F8, E6 and 52. RGB value is (248,230,82). Sum of RGB (Red+Green+Blue) = 248+230+82=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 82 (32.42% from 255 or 14.64% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E652 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8E652 is #0719AD. Grayscale: #DBDBDB. Windows color (decimal): -465326 or 5433080. OLE color: 5433080.
HSL color Cylindrical-coordinate representation of color #F8E652: hue angle of 53.49º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8E652 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 230 | 82 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.03 |
| HSL | 53.49º | 0.92% | 0.65% | - |
| HSV(B) | 53.49º | 0.67% | 0.97% | - |
| XYZ | 68.53 | 77.16 | 19.26 | - |
| YUV | 218.51 | 50.96 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 230 | 82 | 0 | 0.07 | 0.67 | 0.03 | 53.49 | 0.92 | 0.65 |
| Hex | F8 | E6 | 52 | 0 | 7 | 43 | 3 | 35 | 5C | 41 |
| Octal | 370 | 346 | 122 | 0 | 7 | 103 | 3 | 65 | 134 | 101 |
| Binary | 11111000 | 11100110 | 1010010 | 0 | 111 | 1000011 | 11 | 110101 | 1011100 | 1000001 |
Color Harmonies of #F8E652
Complementary color
Monochromatic Colors of #F8E652
Black with #F8E652
Text Example
Text Example
White with #F8E652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E652; }
p { color: rgb(248,230,82); }
H1.HeaderClassName
{
color: #F8E652;
}
.AnyTagClassName
{
color: #F8E652;
}
</style>
background-color css
<style>
a { background-color: #F8E652; }
a { background-color: rgb(248,230,82); }
div.DivClassName
{
background-color: #F8E652;
}
.BgClassName
{
background-color: #F8E652;
}
</style>
border-color css
<style>
span { border-color: #F8E652; }
span { border-color: rgb(248,230,82); }
td.TdClassName
{
border-color: #F8E652;
}
.TagClassName
{
border-color: #F8E652;
}
</style>