Shades of Paris Daisy #FFFB4D
Tints of Paris Daisy #FFFB4D
RGB
CMYK
RGB Variations
Color information
#FFFB4D (or 0xFFFB4D) is known color: Paris Daisy. HEX triplet: FF, FB and 4D. RGB value is (255,251,77). Sum of RGB (Red+Green+Blue) = 255+251+77=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 77 (30.47% from 255 or 13.21% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFB4D is #0004B2. Grayscale: #E9E9E9. Windows color (decimal): -1203 or 5110783. OLE color: 5110783.
HSL color Cylindrical-coordinate representation of color #FFFB4D: hue angle of 58.65º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFFB4D is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 77 | - |
| CMYK | 0 | 0.02 | 0.70 | 0 |
| HSL | 58.65º | 1% | 0.65% | - |
| HSV(B) | 58.65º | 0.7% | 1% | - |
| XYZ | 77.08 | 90.79 | 20.48 | - |
| YUV | 232.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 77 | 0 | 0.02 | 0.70 | 0 | 58.65 | 1 | 0.65 |
| Hex | FF | FB | 4D | 0 | 2 | 46 | 0 | 3B | 64 | 41 |
| Octal | 377 | 373 | 115 | 0 | 2 | 106 | 0 | 73 | 144 | 101 |
| Binary | 11111111 | 11111011 | 1001101 | 0 | 10 | 1000110 | 0 | 111011 | 1100100 | 1000001 |
Color Harmonies of #FFFB4D
Complementary color
Monochromatic Colors of #FFFB4D
Black with #FFFB4D
Text Example
Text Example
White with #FFFB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFB4D; }
p { color: rgb(255,251,77); }
H1.HeaderClassName
{
color: #FFFB4D;
}
.AnyTagClassName
{
color: #FFFB4D;
}
</style>
background-color css
<style>
a { background-color: #FFFB4D; }
a { background-color: rgb(255,251,77); }
div.DivClassName
{
background-color: #FFFB4D;
}
.BgClassName
{
background-color: #FFFB4D;
}
</style>
border-color css
<style>
span { border-color: #FFFB4D; }
span { border-color: rgb(255,251,77); }
td.TdClassName
{
border-color: #FFFB4D;
}
.TagClassName
{
border-color: #FFFB4D;
}
</style>