Shades of Paris Daisy #FBF74A
Tints of Paris Daisy #FBF74A
RGB
CMYK
RGB Variations
Color information
#FBF74A (or 0xFBF74A) is known color: Paris Daisy. HEX triplet: FB, F7 and 4A. RGB value is (251,247,74). Sum of RGB (Red+Green+Blue) = 251+247+74=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 74 (29.30% from 255 or 12.94% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF74A is #0408B5. Grayscale: #E5E5E5. Windows color (decimal): -264374 or 4913147. OLE color: 4913147.
HSL color Cylindrical-coordinate representation of color #FBF74A: hue angle of 58.64º 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 #FBF74A is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 74 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.02 |
| HSL | 58.64º | 0.96% | 0.64% | - |
| HSV(B) | 58.64º | 0.71% | 0.98% | - |
| XYZ | 74.28 | 87.53 | 19.46 | - |
| YUV | 228.47 | 40.83 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 74 | 0 | 0.02 | 0.71 | 0.02 | 58.64 | 0.96 | 0.64 |
| Hex | FB | F7 | 4A | 0 | 2 | 47 | 2 | 3B | 60 | 40 |
| Octal | 373 | 367 | 112 | 0 | 2 | 107 | 2 | 73 | 140 | 100 |
| Binary | 11111011 | 11110111 | 1001010 | 0 | 10 | 1000111 | 10 | 111011 | 1100000 | 1000000 |
Color Harmonies of #FBF74A
Complementary color
Monochromatic Colors of #FBF74A
Black with #FBF74A
Text Example
Text Example
White with #FBF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF74A; }
p { color: rgb(251,247,74); }
H1.HeaderClassName
{
color: #FBF74A;
}
.AnyTagClassName
{
color: #FBF74A;
}
</style>
background-color css
<style>
a { background-color: #FBF74A; }
a { background-color: rgb(251,247,74); }
div.DivClassName
{
background-color: #FBF74A;
}
.BgClassName
{
background-color: #FBF74A;
}
</style>
border-color css
<style>
span { border-color: #FBF74A; }
span { border-color: rgb(251,247,74); }
td.TdClassName
{
border-color: #FBF74A;
}
.TagClassName
{
border-color: #FBF74A;
}
</style>