Shades of Paris Daisy #FBF84A
Tints of Paris Daisy #FBF84A
RGB
CMYK
RGB Variations
Color information
#FBF84A (or 0xFBF84A) is known color: Paris Daisy. HEX triplet: FB, F8 and 4A. RGB value is (251,248,74). Sum of RGB (Red+Green+Blue) = 251+248+74=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 74 (29.30% from 255 or 12.91% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF84A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF84A is #0407B5. Grayscale: #E5E5E5. Windows color (decimal): -264118 or 4913403. OLE color: 4913403.
HSL color Cylindrical-coordinate representation of color #FBF84A: hue angle of 58.98º 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 #FBF84A is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 74 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.02 |
| HSL | 58.98º | 0.96% | 0.64% | - |
| HSV(B) | 58.98º | 0.71% | 0.98% | - |
| XYZ | 74.59 | 88.14 | 19.56 | - |
| YUV | 229.06 | 40.49 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 74 | 0 | 0.01 | 0.71 | 0.02 | 58.98 | 0.96 | 0.64 |
| Hex | FB | F8 | 4A | 0 | 1 | 47 | 2 | 3B | 60 | 40 |
| Octal | 373 | 370 | 112 | 0 | 1 | 107 | 2 | 73 | 140 | 100 |
| Binary | 11111011 | 11111000 | 1001010 | 0 | 1 | 1000111 | 10 | 111011 | 1100000 | 1000000 |
Color Harmonies of #FBF84A
Complementary color
Monochromatic Colors of #FBF84A
Black with #FBF84A
Text Example
Text Example
White with #FBF84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF84A; }
p { color: rgb(251,248,74); }
H1.HeaderClassName
{
color: #FBF84A;
}
.AnyTagClassName
{
color: #FBF84A;
}
</style>
background-color css
<style>
a { background-color: #FBF84A; }
a { background-color: rgb(251,248,74); }
div.DivClassName
{
background-color: #FBF84A;
}
.BgClassName
{
background-color: #FBF84A;
}
</style>
border-color css
<style>
span { border-color: #FBF84A; }
span { border-color: rgb(251,248,74); }
td.TdClassName
{
border-color: #FBF84A;
}
.TagClassName
{
border-color: #FBF84A;
}
</style>