Shades of Paris Daisy #FFFE4A
Tints of Paris Daisy #FFFE4A
RGB
CMYK
RGB Variations
Color information
#FFFE4A (or 0xFFFE4A) is known color: Paris Daisy. HEX triplet: FF, FE and 4A. RGB value is (255,254,74). Sum of RGB (Red+Green+Blue) = 255+254+74=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 74 (29.30% from 255 or 12.69% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE4A is #0001B5. Grayscale: #EAEAEA. Windows color (decimal): -438 or 4914943. OLE color: 4914943.
HSL color Cylindrical-coordinate representation of color #FFFE4A: hue angle of 59.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFFE4A is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 74 | - |
| CMYK | 0 | 0.00 | 0.71 | 0 |
| HSL | 59.67º | 1% | 0.65% | - |
| HSV(B) | 59.67º | 0.71% | 1% | - |
| XYZ | 77.92 | 92.64 | 20.25 | - |
| YUV | 233.78 | 37.83 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 74 | 0 | 0.00 | 0.71 | 0 | 59.67 | 1 | 0.65 |
| Hex | FF | FE | 4A | 0 | 0 | 47 | 0 | 3C | 64 | 41 |
| Octal | 377 | 376 | 112 | 0 | 0 | 107 | 0 | 74 | 144 | 101 |
| Binary | 11111111 | 11111110 | 1001010 | 0 | 0 | 1000111 | 0 | 111100 | 1100100 | 1000001 |
Color Harmonies of #FFFE4A
Complementary color
Monochromatic Colors of #FFFE4A
Black with #FFFE4A
Text Example
Text Example
White with #FFFE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE4A; }
p { color: rgb(255,254,74); }
H1.HeaderClassName
{
color: #FFFE4A;
}
.AnyTagClassName
{
color: #FFFE4A;
}
</style>
background-color css
<style>
a { background-color: #FFFE4A; }
a { background-color: rgb(255,254,74); }
div.DivClassName
{
background-color: #FFFE4A;
}
.BgClassName
{
background-color: #FFFE4A;
}
</style>
border-color css
<style>
span { border-color: #FFFE4A; }
span { border-color: rgb(255,254,74); }
td.TdClassName
{
border-color: #FFFE4A;
}
.TagClassName
{
border-color: #FFFE4A;
}
</style>