Shades of Paris Daisy #FEF63F
Tints of Paris Daisy #FEF63F
RGB
CMYK
RGB Variations
Color information
#FEF63F (or 0xFEF63F) is known color: Paris Daisy. HEX triplet: FE, F6 and 3F. RGB value is (254,246,63). Sum of RGB (Red+Green+Blue) = 254+246+63=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 63 (25% from 255 or 11.19% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF63F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF63F is #0109C0. Grayscale: #E4E4E4. Windows color (decimal): -68033 or 4191998. OLE color: 4191998.
HSL color Cylindrical-coordinate representation of color #FEF63F: hue angle of 57.49º 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 #FEF63F is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 63 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.00 |
| HSL | 57.49º | 0.99% | 0.62% | - |
| HSV(B) | 57.49º | 0.75% | 1% | - |
| XYZ | 74.73 | 87.34 | 17.62 | - |
| YUV | 227.53 | 35.15 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 63 | 0 | 0.03 | 0.75 | 0.00 | 57.49 | 0.99 | 0.62 |
| Hex | FE | F6 | 3F | 0 | 3 | 4B | 0 | 39 | 63 | 3E |
| Octal | 376 | 366 | 77 | 0 | 3 | 113 | 0 | 71 | 143 | 76 |
| Binary | 11111110 | 11110110 | 111111 | 0 | 11 | 1001011 | 0 | 111001 | 1100011 | 111110 |
Color Harmonies of #FEF63F
Complementary color
Monochromatic Colors of #FEF63F
Black with #FEF63F
Text Example
Text Example
White with #FEF63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF63F; }
p { color: rgb(254,246,63); }
H1.HeaderClassName
{
color: #FEF63F;
}
.AnyTagClassName
{
color: #FEF63F;
}
</style>
background-color css
<style>
a { background-color: #FEF63F; }
a { background-color: rgb(254,246,63); }
div.DivClassName
{
background-color: #FEF63F;
}
.BgClassName
{
background-color: #FEF63F;
}
</style>
border-color css
<style>
span { border-color: #FEF63F; }
span { border-color: rgb(254,246,63); }
td.TdClassName
{
border-color: #FEF63F;
}
.TagClassName
{
border-color: #FEF63F;
}
</style>