Shades of Paris Daisy #FEF951
Tints of Paris Daisy #FEF951
RGB
CMYK
RGB Variations
Color information
#FEF951 (or 0xFEF951) is known color: Paris Daisy. HEX triplet: FE, F9 and 51. RGB value is (254,249,81). Sum of RGB (Red+Green+Blue) = 254+249+81=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 81 (32.03% from 255 or 13.87% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF951 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF951 is #0106AE. Grayscale: #E8E8E8. Windows color (decimal): -67247 or 5372414. OLE color: 5372414.
HSL color Cylindrical-coordinate representation of color #FEF951: hue angle of 58.27º 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 #FEF951 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 81 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.00 |
| HSL | 58.27º | 0.99% | 0.66% | - |
| HSV(B) | 58.27º | 0.68% | 1% | - |
| XYZ | 76.23 | 89.42 | 21.03 | - |
| YUV | 231.34 | 43.16 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 81 | 0 | 0.02 | 0.68 | 0.00 | 58.27 | 0.99 | 0.66 |
| Hex | FE | F9 | 51 | 0 | 2 | 44 | 0 | 3A | 63 | 42 |
| Octal | 376 | 371 | 121 | 0 | 2 | 104 | 0 | 72 | 143 | 102 |
| Binary | 11111110 | 11111001 | 1010001 | 0 | 10 | 1000100 | 0 | 111010 | 1100011 | 1000010 |
Color Harmonies of #FEF951
Complementary color
Monochromatic Colors of #FEF951
Black with #FEF951
Text Example
Text Example
White with #FEF951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF951; }
p { color: rgb(254,249,81); }
H1.HeaderClassName
{
color: #FEF951;
}
.AnyTagClassName
{
color: #FEF951;
}
</style>
background-color css
<style>
a { background-color: #FEF951; }
a { background-color: rgb(254,249,81); }
div.DivClassName
{
background-color: #FEF951;
}
.BgClassName
{
background-color: #FEF951;
}
</style>
border-color css
<style>
span { border-color: #FEF951; }
span { border-color: rgb(254,249,81); }
td.TdClassName
{
border-color: #FEF951;
}
.TagClassName
{
border-color: #FEF951;
}
</style>