Shades of Paris Daisy #FBF04C
Tints of Paris Daisy #FBF04C
RGB
CMYK
RGB Variations
Color information
#FBF04C (or 0xFBF04C) is known color: Paris Daisy. HEX triplet: FB, F0 and 4C. RGB value is (251,240,76). Sum of RGB (Red+Green+Blue) = 251+240+76=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 76 (30.08% from 255 or 13.40% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF04C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF04C is #040FB3. Grayscale: #E1E1E1. Windows color (decimal): -266164 or 5042427. OLE color: 5042427.
HSL color Cylindrical-coordinate representation of color #FBF04C: hue angle of 56.23º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBF04C is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 76 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.02 |
| HSL | 56.23º | 0.96% | 0.64% | - |
| HSV(B) | 56.23º | 0.7% | 0.98% | - |
| XYZ | 72.25 | 83.35 | 19.12 | - |
| YUV | 224.59 | 44.14 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 76 | 0 | 0.04 | 0.70 | 0.02 | 56.23 | 0.96 | 0.64 |
| Hex | FB | F0 | 4C | 0 | 4 | 46 | 2 | 38 | 60 | 40 |
| Octal | 373 | 360 | 114 | 0 | 4 | 106 | 2 | 70 | 140 | 100 |
| Binary | 11111011 | 11110000 | 1001100 | 0 | 100 | 1000110 | 10 | 111000 | 1100000 | 1000000 |
Color Harmonies of #FBF04C
Complementary color
Monochromatic Colors of #FBF04C
Black with #FBF04C
Text Example
Text Example
White with #FBF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF04C; }
p { color: rgb(251,240,76); }
H1.HeaderClassName
{
color: #FBF04C;
}
.AnyTagClassName
{
color: #FBF04C;
}
</style>
background-color css
<style>
a { background-color: #FBF04C; }
a { background-color: rgb(251,240,76); }
div.DivClassName
{
background-color: #FBF04C;
}
.BgClassName
{
background-color: #FBF04C;
}
</style>
border-color css
<style>
span { border-color: #FBF04C; }
span { border-color: rgb(251,240,76); }
td.TdClassName
{
border-color: #FBF04C;
}
.TagClassName
{
border-color: #FBF04C;
}
</style>