Shades of Paris Daisy #FBF54A
Tints of Paris Daisy #FBF54A
RGB
CMYK
RGB Variations
Color information
#FBF54A (or 0xFBF54A) is known color: Paris Daisy. HEX triplet: FB, F5 and 4A. RGB value is (251,245,74). Sum of RGB (Red+Green+Blue) = 251+245+74=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 245 (96.09% from 255 or 42.98% from 570); Blue value is 74 (29.30% from 255 or 12.98% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF54A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF54A is #040AB5. Grayscale: #E3E3E3. Windows color (decimal): -264886 or 4912635. OLE color: 4912635.
HSL color Cylindrical-coordinate representation of color #FBF54A: hue angle of 57.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBF54A is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 74 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.02 |
| HSL | 57.97º | 0.96% | 0.64% | - |
| HSV(B) | 57.97º | 0.71% | 0.98% | - |
| XYZ | 73.67 | 86.31 | 19.25 | - |
| YUV | 227.3 | 41.49 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 74 | 0 | 0.02 | 0.71 | 0.02 | 57.97 | 0.96 | 0.64 |
| Hex | FB | F5 | 4A | 0 | 2 | 47 | 2 | 3A | 60 | 40 |
| Octal | 373 | 365 | 112 | 0 | 2 | 107 | 2 | 72 | 140 | 100 |
| Binary | 11111011 | 11110101 | 1001010 | 0 | 10 | 1000111 | 10 | 111010 | 1100000 | 1000000 |
Color Harmonies of #FBF54A
Complementary color
Monochromatic Colors of #FBF54A
Black with #FBF54A
Text Example
Text Example
White with #FBF54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF54A; }
p { color: rgb(251,245,74); }
H1.HeaderClassName
{
color: #FBF54A;
}
.AnyTagClassName
{
color: #FBF54A;
}
</style>
background-color css
<style>
a { background-color: #FBF54A; }
a { background-color: rgb(251,245,74); }
div.DivClassName
{
background-color: #FBF54A;
}
.BgClassName
{
background-color: #FBF54A;
}
</style>
border-color css
<style>
span { border-color: #FBF54A; }
span { border-color: rgb(251,245,74); }
td.TdClassName
{
border-color: #FBF54A;
}
.TagClassName
{
border-color: #FBF54A;
}
</style>