Shades of Paris Daisy #FDFB4D
Tints of Paris Daisy #FDFB4D
RGB
CMYK
RGB Variations
Color information
#FDFB4D (or 0xFDFB4D) is known color: Paris Daisy. HEX triplet: FD, FB and 4D. RGB value is (253,251,77). Sum of RGB (Red+Green+Blue) = 253+251+77=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 77 (30.47% from 255 or 13.25% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFB4D is #0204B2. Grayscale: #E8E8E8. Windows color (decimal): -132275 or 5110781. OLE color: 5110781.
HSL color Cylindrical-coordinate representation of color #FDFB4D: hue angle of 59.32º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDFB4D is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 77 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.01 |
| HSL | 59.32º | 0.98% | 0.65% | - |
| HSV(B) | 59.32º | 0.7% | 0.99% | - |
| XYZ | 76.34 | 90.41 | 20.45 | - |
| YUV | 231.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 77 | 0 | 0.01 | 0.70 | 0.01 | 59.32 | 0.98 | 0.65 |
| Hex | FD | FB | 4D | 0 | 1 | 46 | 1 | 3B | 62 | 41 |
| Octal | 375 | 373 | 115 | 0 | 1 | 106 | 1 | 73 | 142 | 101 |
| Binary | 11111101 | 11111011 | 1001101 | 0 | 1 | 1000110 | 1 | 111011 | 1100010 | 1000001 |
Color Harmonies of #FDFB4D
Complementary color
Monochromatic Colors of #FDFB4D
Black with #FDFB4D
Text Example
Text Example
White with #FDFB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB4D; }
p { color: rgb(253,251,77); }
H1.HeaderClassName
{
color: #FDFB4D;
}
.AnyTagClassName
{
color: #FDFB4D;
}
</style>
background-color css
<style>
a { background-color: #FDFB4D; }
a { background-color: rgb(253,251,77); }
div.DivClassName
{
background-color: #FDFB4D;
}
.BgClassName
{
background-color: #FDFB4D;
}
</style>
border-color css
<style>
span { border-color: #FDFB4D; }
span { border-color: rgb(253,251,77); }
td.TdClassName
{
border-color: #FDFB4D;
}
.TagClassName
{
border-color: #FDFB4D;
}
</style>