Shades of Paris Daisy #FBF74D
Tints of Paris Daisy #FBF74D
RGB
CMYK
RGB Variations
Color information
#FBF74D (or 0xFBF74D) is known color: Paris Daisy. HEX triplet: FB, F7 and 4D. RGB value is (251,247,77). Sum of RGB (Red+Green+Blue) = 251+247+77=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 77 (30.47% from 255 or 13.39% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF74D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF74D is #0408B2. Grayscale: #E5E5E5. Windows color (decimal): -264371 or 5109755. OLE color: 5109755.
HSL color Cylindrical-coordinate representation of color #FBF74D: hue angle of 58.62º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBF74D is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 77 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.02 |
| HSL | 58.62º | 0.96% | 0.64% | - |
| HSV(B) | 58.62º | 0.69% | 0.98% | - |
| XYZ | 74.38 | 87.57 | 20 | - |
| YUV | 228.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 77 | 0 | 0.02 | 0.69 | 0.02 | 58.62 | 0.96 | 0.64 |
| Hex | FB | F7 | 4D | 0 | 2 | 45 | 2 | 3B | 60 | 40 |
| Octal | 373 | 367 | 115 | 0 | 2 | 105 | 2 | 73 | 140 | 100 |
| Binary | 11111011 | 11110111 | 1001101 | 0 | 10 | 1000101 | 10 | 111011 | 1100000 | 1000000 |
Color Harmonies of #FBF74D
Complementary color
Monochromatic Colors of #FBF74D
Black with #FBF74D
Text Example
Text Example
White with #FBF74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF74D; }
p { color: rgb(251,247,77); }
H1.HeaderClassName
{
color: #FBF74D;
}
.AnyTagClassName
{
color: #FBF74D;
}
</style>
background-color css
<style>
a { background-color: #FBF74D; }
a { background-color: rgb(251,247,77); }
div.DivClassName
{
background-color: #FBF74D;
}
.BgClassName
{
background-color: #FBF74D;
}
</style>
border-color css
<style>
span { border-color: #FBF74D; }
span { border-color: rgb(251,247,77); }
td.TdClassName
{
border-color: #FBF74D;
}
.TagClassName
{
border-color: #FBF74D;
}
</style>