Shades of Paris Daisy #FFFB4A
Tints of Paris Daisy #FFFB4A
RGB
CMYK
RGB Variations
Color information
#FFFB4A (or 0xFFFB4A) is known color: Paris Daisy. HEX triplet: FF, FB and 4A. RGB value is (255,251,74). Sum of RGB (Red+Green+Blue) = 255+251+74=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 74 (29.30% from 255 or 12.76% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFB4A is #0004B5. Grayscale: #E8E8E8. Windows color (decimal): -1206 or 4914175. OLE color: 4914175.
HSL color Cylindrical-coordinate representation of color #FFFB4A: hue angle of 58.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 #FFFB4A is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 74 | - |
| CMYK | 0 | 0.02 | 0.71 | 0 |
| HSL | 58.67º | 1% | 0.65% | - |
| HSV(B) | 58.67º | 0.71% | 1% | - |
| XYZ | 76.97 | 90.75 | 19.94 | - |
| YUV | 232.02 | 38.83 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 74 | 0 | 0.02 | 0.71 | 0 | 58.67 | 1 | 0.65 |
| Hex | FF | FB | 4A | 0 | 2 | 47 | 0 | 3B | 64 | 41 |
| Octal | 377 | 373 | 112 | 0 | 2 | 107 | 0 | 73 | 144 | 101 |
| Binary | 11111111 | 11111011 | 1001010 | 0 | 10 | 1000111 | 0 | 111011 | 1100100 | 1000001 |
Color Harmonies of #FFFB4A
Complementary color
Monochromatic Colors of #FFFB4A
Black with #FFFB4A
Text Example
Text Example
White with #FFFB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFB4A; }
p { color: rgb(255,251,74); }
H1.HeaderClassName
{
color: #FFFB4A;
}
.AnyTagClassName
{
color: #FFFB4A;
}
</style>
background-color css
<style>
a { background-color: #FFFB4A; }
a { background-color: rgb(255,251,74); }
div.DivClassName
{
background-color: #FFFB4A;
}
.BgClassName
{
background-color: #FFFB4A;
}
</style>
border-color css
<style>
span { border-color: #FFFB4A; }
span { border-color: rgb(255,251,74); }
td.TdClassName
{
border-color: #FFFB4A;
}
.TagClassName
{
border-color: #FFFB4A;
}
</style>