Shades of Paris Daisy #FEF64F
Tints of Paris Daisy #FEF64F
RGB
CMYK
RGB Variations
Color information
#FEF64F (or 0xFEF64F) is known color: Paris Daisy. HEX triplet: FE, F6 and 4F. RGB value is (254,246,79). Sum of RGB (Red+Green+Blue) = 254+246+79=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 79 (31.25% from 255 or 13.64% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF64F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF64F is #0109B0. Grayscale: #E6E6E6. Windows color (decimal): -68017 or 5240574. OLE color: 5240574.
HSL color Cylindrical-coordinate representation of color #FEF64F: hue angle of 57.26º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEF64F is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 79 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.00 |
| HSL | 57.26º | 0.99% | 0.65% | - |
| HSV(B) | 57.26º | 0.69% | 1% | - |
| XYZ | 75.24 | 87.55 | 20.33 | - |
| YUV | 229.35 | 43.15 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 79 | 0 | 0.03 | 0.69 | 0.00 | 57.26 | 0.99 | 0.65 |
| Hex | FE | F6 | 4F | 0 | 3 | 45 | 0 | 39 | 63 | 41 |
| Octal | 376 | 366 | 117 | 0 | 3 | 105 | 0 | 71 | 143 | 101 |
| Binary | 11111110 | 11110110 | 1001111 | 0 | 11 | 1000101 | 0 | 111001 | 1100011 | 1000001 |
Color Harmonies of #FEF64F
Complementary color
Monochromatic Colors of #FEF64F
Black with #FEF64F
Text Example
Text Example
White with #FEF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF64F; }
p { color: rgb(254,246,79); }
H1.HeaderClassName
{
color: #FEF64F;
}
.AnyTagClassName
{
color: #FEF64F;
}
</style>
background-color css
<style>
a { background-color: #FEF64F; }
a { background-color: rgb(254,246,79); }
div.DivClassName
{
background-color: #FEF64F;
}
.BgClassName
{
background-color: #FEF64F;
}
</style>
border-color css
<style>
span { border-color: #FEF64F; }
span { border-color: rgb(254,246,79); }
td.TdClassName
{
border-color: #FEF64F;
}
.TagClassName
{
border-color: #FEF64F;
}
</style>