Shades of Paris Daisy #FEF93F
Tints of Paris Daisy #FEF93F
RGB
CMYK
RGB Variations
Color information
#FEF93F (or 0xFEF93F) is known color: Paris Daisy. HEX triplet: FE, F9 and 3F. RGB value is (254,249,63). Sum of RGB (Red+Green+Blue) = 254+249+63=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 63 (25% from 255 or 11.13% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF93F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF93F is #0106C0. Grayscale: #E6E6E6. Windows color (decimal): -67265 or 4192766. OLE color: 4192766.
HSL color Cylindrical-coordinate representation of color #FEF93F: hue angle of 58.43º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEF93F is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 63 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.00 |
| HSL | 58.43º | 0.99% | 0.62% | - |
| HSV(B) | 58.43º | 0.75% | 1% | - |
| XYZ | 75.65 | 89.18 | 17.93 | - |
| YUV | 229.29 | 34.16 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 63 | 0 | 0.02 | 0.75 | 0.00 | 58.43 | 0.99 | 0.62 |
| Hex | FE | F9 | 3F | 0 | 2 | 4B | 0 | 3A | 63 | 3E |
| Octal | 376 | 371 | 77 | 0 | 2 | 113 | 0 | 72 | 143 | 76 |
| Binary | 11111110 | 11111001 | 111111 | 0 | 10 | 1001011 | 0 | 111010 | 1100011 | 111110 |
Color Harmonies of #FEF93F
Complementary color
Monochromatic Colors of #FEF93F
Black with #FEF93F
Text Example
Text Example
White with #FEF93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF93F; }
p { color: rgb(254,249,63); }
H1.HeaderClassName
{
color: #FEF93F;
}
.AnyTagClassName
{
color: #FEF93F;
}
</style>
background-color css
<style>
a { background-color: #FEF93F; }
a { background-color: rgb(254,249,63); }
div.DivClassName
{
background-color: #FEF93F;
}
.BgClassName
{
background-color: #FEF93F;
}
</style>
border-color css
<style>
span { border-color: #FEF93F; }
span { border-color: rgb(254,249,63); }
td.TdClassName
{
border-color: #FEF93F;
}
.TagClassName
{
border-color: #FEF93F;
}
</style>