Shades of Paris Daisy #FFFE4B
Tints of Paris Daisy #FFFE4B
RGB
CMYK
RGB Variations
Color information
#FFFE4B (or 0xFFFE4B) is known color: Paris Daisy. HEX triplet: FF, FE and 4B. RGB value is (255,254,75). Sum of RGB (Red+Green+Blue) = 255+254+75=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 75 (29.69% from 255 or 12.84% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE4B is #0001B4. Grayscale: #EAEAEA. Windows color (decimal): -437 or 4980479. OLE color: 4980479.
HSL color Cylindrical-coordinate representation of color #FFFE4B: 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 #FFFE4B is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 75 | - |
| CMYK | 0 | 0.00 | 0.71 | 0 |
| HSL | 59.67º | 1% | 0.65% | - |
| HSV(B) | 59.67º | 0.71% | 1% | - |
| XYZ | 77.95 | 92.65 | 20.43 | - |
| YUV | 233.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 75 | 0 | 0.00 | 0.71 | 0 | 59.67 | 1 | 0.65 |
| Hex | FF | FE | 4B | 0 | 0 | 47 | 0 | 3C | 64 | 41 |
| Octal | 377 | 376 | 113 | 0 | 0 | 107 | 0 | 74 | 144 | 101 |
| Binary | 11111111 | 11111110 | 1001011 | 0 | 0 | 1000111 | 0 | 111100 | 1100100 | 1000001 |
Color Harmonies of #FFFE4B
Complementary color
Monochromatic Colors of #FFFE4B
Black with #FFFE4B
Text Example
Text Example
White with #FFFE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE4B; }
p { color: rgb(255,254,75); }
H1.HeaderClassName
{
color: #FFFE4B;
}
.AnyTagClassName
{
color: #FFFE4B;
}
</style>
background-color css
<style>
a { background-color: #FFFE4B; }
a { background-color: rgb(255,254,75); }
div.DivClassName
{
background-color: #FFFE4B;
}
.BgClassName
{
background-color: #FFFE4B;
}
</style>
border-color css
<style>
span { border-color: #FFFE4B; }
span { border-color: rgb(255,254,75); }
td.TdClassName
{
border-color: #FFFE4B;
}
.TagClassName
{
border-color: #FFFE4B;
}
</style>