Shades of Paris Daisy #FBF04A
Tints of Paris Daisy #FBF04A
RGB
CMYK
RGB Variations
Color information
#FBF04A (or 0xFBF04A) is known color: Paris Daisy. HEX triplet: FB, F0 and 4A. RGB value is (251,240,74). Sum of RGB (Red+Green+Blue) = 251+240+74=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 74 (29.30% from 255 or 13.10% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF04A is #040FB5. Grayscale: #E1E1E1. Windows color (decimal): -266166 or 4911355. OLE color: 4911355.
HSL color Cylindrical-coordinate representation of color #FBF04A: hue angle of 56.27º 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 #FBF04A is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 74 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.02 |
| HSL | 56.27º | 0.96% | 0.64% | - |
| HSV(B) | 56.27º | 0.71% | 0.98% | - |
| XYZ | 72.18 | 83.32 | 18.76 | - |
| YUV | 224.37 | 43.14 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 74 | 0 | 0.04 | 0.71 | 0.02 | 56.27 | 0.96 | 0.64 |
| Hex | FB | F0 | 4A | 0 | 4 | 47 | 2 | 38 | 60 | 40 |
| Octal | 373 | 360 | 112 | 0 | 4 | 107 | 2 | 70 | 140 | 100 |
| Binary | 11111011 | 11110000 | 1001010 | 0 | 100 | 1000111 | 10 | 111000 | 1100000 | 1000000 |
Color Harmonies of #FBF04A
Complementary color
Monochromatic Colors of #FBF04A
Black with #FBF04A
Text Example
Text Example
White with #FBF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF04A; }
p { color: rgb(251,240,74); }
H1.HeaderClassName
{
color: #FBF04A;
}
.AnyTagClassName
{
color: #FBF04A;
}
</style>
background-color css
<style>
a { background-color: #FBF04A; }
a { background-color: rgb(251,240,74); }
div.DivClassName
{
background-color: #FBF04A;
}
.BgClassName
{
background-color: #FBF04A;
}
</style>
border-color css
<style>
span { border-color: #FBF04A; }
span { border-color: rgb(251,240,74); }
td.TdClassName
{
border-color: #FBF04A;
}
.TagClassName
{
border-color: #FBF04A;
}
</style>