Shades of Paris Daisy #FEF93D
Tints of Paris Daisy #FEF93D
RGB
CMYK
RGB Variations
Color information
#FEF93D (or 0xFEF93D) is known color: Paris Daisy. HEX triplet: FE, F9 and 3D. RGB value is (254,249,61). Sum of RGB (Red+Green+Blue) = 254+249+61=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 61 (24.22% from 255 or 10.82% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF93D is #0106C2. Grayscale: #E5E5E5. Windows color (decimal): -67267 or 4061694. OLE color: 4061694.
HSL color Cylindrical-coordinate representation of color #FEF93D: hue angle of 58.45º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEF93D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 61 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.00 |
| HSL | 58.45º | 0.99% | 0.62% | - |
| HSV(B) | 58.45º | 0.76% | 1% | - |
| XYZ | 75.59 | 89.16 | 17.64 | - |
| YUV | 229.06 | 33.16 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 61 | 0 | 0.02 | 0.76 | 0.00 | 58.45 | 0.99 | 0.62 |
| Hex | FE | F9 | 3D | 0 | 2 | 4C | 0 | 3A | 63 | 3E |
| Octal | 376 | 371 | 75 | 0 | 2 | 114 | 0 | 72 | 143 | 76 |
| Binary | 11111110 | 11111001 | 111101 | 0 | 10 | 1001100 | 0 | 111010 | 1100011 | 111110 |
Color Harmonies of #FEF93D
Complementary color
Monochromatic Colors of #FEF93D
Black with #FEF93D
Text Example
Text Example
White with #FEF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF93D; }
p { color: rgb(254,249,61); }
H1.HeaderClassName
{
color: #FEF93D;
}
.AnyTagClassName
{
color: #FEF93D;
}
</style>
background-color css
<style>
a { background-color: #FEF93D; }
a { background-color: rgb(254,249,61); }
div.DivClassName
{
background-color: #FEF93D;
}
.BgClassName
{
background-color: #FEF93D;
}
</style>
border-color css
<style>
span { border-color: #FEF93D; }
span { border-color: rgb(254,249,61); }
td.TdClassName
{
border-color: #FEF93D;
}
.TagClassName
{
border-color: #FEF93D;
}
</style>