Shades of Paris Daisy #FFFB4C
Tints of Paris Daisy #FFFB4C
RGB
CMYK
RGB Variations
Color information
#FFFB4C (or 0xFFFB4C) is known color: Paris Daisy. HEX triplet: FF, FB and 4C. RGB value is (255,251,76). Sum of RGB (Red+Green+Blue) = 255+251+76=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 76 (30.08% from 255 or 13.06% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFB4C is #0004B3. Grayscale: #E8E8E8. Windows color (decimal): -1204 or 5045247. OLE color: 5045247.
HSL color Cylindrical-coordinate representation of color #FFFB4C: hue angle of 58.66º 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 #FFFB4C is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 76 | - |
| CMYK | 0 | 0.02 | 0.70 | 0 |
| HSL | 58.66º | 1% | 0.65% | - |
| HSV(B) | 58.66º | 0.7% | 1% | - |
| XYZ | 77.04 | 90.78 | 20.3 | - |
| YUV | 232.25 | 39.83 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 76 | 0 | 0.02 | 0.70 | 0 | 58.66 | 1 | 0.65 |
| Hex | FF | FB | 4C | 0 | 2 | 46 | 0 | 3B | 64 | 41 |
| Octal | 377 | 373 | 114 | 0 | 2 | 106 | 0 | 73 | 144 | 101 |
| Binary | 11111111 | 11111011 | 1001100 | 0 | 10 | 1000110 | 0 | 111011 | 1100100 | 1000001 |
Color Harmonies of #FFFB4C
Complementary color
Monochromatic Colors of #FFFB4C
Black with #FFFB4C
Text Example
Text Example
White with #FFFB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFB4C; }
p { color: rgb(255,251,76); }
H1.HeaderClassName
{
color: #FFFB4C;
}
.AnyTagClassName
{
color: #FFFB4C;
}
</style>
background-color css
<style>
a { background-color: #FFFB4C; }
a { background-color: rgb(255,251,76); }
div.DivClassName
{
background-color: #FFFB4C;
}
.BgClassName
{
background-color: #FFFB4C;
}
</style>
border-color css
<style>
span { border-color: #FFFB4C; }
span { border-color: rgb(255,251,76); }
td.TdClassName
{
border-color: #FFFB4C;
}
.TagClassName
{
border-color: #FFFB4C;
}
</style>