Shades of Paris Daisy #FEF651
Tints of Paris Daisy #FEF651
RGB
CMYK
RGB Variations
Color information
#FEF651 (or 0xFEF651) is known color: Paris Daisy. HEX triplet: FE, F6 and 51. RGB value is (254,246,81). Sum of RGB (Red+Green+Blue) = 254+246+81=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 81 (32.03% from 255 or 13.94% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF651 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF651 is #0109AE. Grayscale: #E6E6E6. Windows color (decimal): -68015 or 5371646. OLE color: 5371646.
HSL color Cylindrical-coordinate representation of color #FEF651: hue angle of 57.23º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEF651 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 81 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.00 |
| HSL | 57.23º | 0.99% | 0.66% | - |
| HSV(B) | 57.23º | 0.68% | 1% | - |
| XYZ | 75.31 | 87.58 | 20.72 | - |
| YUV | 229.58 | 44.15 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 81 | 0 | 0.03 | 0.68 | 0.00 | 57.23 | 0.99 | 0.66 |
| Hex | FE | F6 | 51 | 0 | 3 | 44 | 0 | 39 | 63 | 42 |
| Octal | 376 | 366 | 121 | 0 | 3 | 104 | 0 | 71 | 143 | 102 |
| Binary | 11111110 | 11110110 | 1010001 | 0 | 11 | 1000100 | 0 | 111001 | 1100011 | 1000010 |
Color Harmonies of #FEF651
Complementary color
Monochromatic Colors of #FEF651
Black with #FEF651
Text Example
Text Example
White with #FEF651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF651; }
p { color: rgb(254,246,81); }
H1.HeaderClassName
{
color: #FEF651;
}
.AnyTagClassName
{
color: #FEF651;
}
</style>
background-color css
<style>
a { background-color: #FEF651; }
a { background-color: rgb(254,246,81); }
div.DivClassName
{
background-color: #FEF651;
}
.BgClassName
{
background-color: #FEF651;
}
</style>
border-color css
<style>
span { border-color: #FEF651; }
span { border-color: rgb(254,246,81); }
td.TdClassName
{
border-color: #FEF651;
}
.TagClassName
{
border-color: #FEF651;
}
</style>