Shades of Paris Daisy #FDFB3F
Tints of Paris Daisy #FDFB3F
RGB
CMYK
RGB Variations
Color information
#FDFB3F (or 0xFDFB3F) is known color: Paris Daisy. HEX triplet: FD, FB and 3F. RGB value is (253,251,63). Sum of RGB (Red+Green+Blue) = 253+251+63=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 63 (25% from 255 or 11.11% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB3F is #0204C0. Grayscale: #E6E6E6. Windows color (decimal): -132289 or 4193277. OLE color: 4193277.
HSL color Cylindrical-coordinate representation of color #FDFB3F: hue angle of 59.37º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDFB3F is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 63 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.01 |
| HSL | 59.37º | 0.98% | 0.62% | - |
| HSV(B) | 59.37º | 0.75% | 0.99% | - |
| XYZ | 75.9 | 90.24 | 18.12 | - |
| YUV | 230.17 | 33.66 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 63 | 0 | 0.01 | 0.75 | 0.01 | 59.37 | 0.98 | 0.62 |
| Hex | FD | FB | 3F | 0 | 1 | 4B | 1 | 3B | 62 | 3E |
| Octal | 375 | 373 | 77 | 0 | 1 | 113 | 1 | 73 | 142 | 76 |
| Binary | 11111101 | 11111011 | 111111 | 0 | 1 | 1001011 | 1 | 111011 | 1100010 | 111110 |
Color Harmonies of #FDFB3F
Complementary color
Monochromatic Colors of #FDFB3F
Black with #FDFB3F
Text Example
Text Example
White with #FDFB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFB3F; }
p { color: rgb(253,251,63); }
H1.HeaderClassName
{
color: #FDFB3F;
}
.AnyTagClassName
{
color: #FDFB3F;
}
</style>
background-color css
<style>
a { background-color: #FDFB3F; }
a { background-color: rgb(253,251,63); }
div.DivClassName
{
background-color: #FDFB3F;
}
.BgClassName
{
background-color: #FDFB3F;
}
</style>
border-color css
<style>
span { border-color: #FDFB3F; }
span { border-color: rgb(253,251,63); }
td.TdClassName
{
border-color: #FDFB3F;
}
.TagClassName
{
border-color: #FDFB3F;
}
</style>