Shades of Paris Daisy #FBF448
Tints of Paris Daisy #FBF448
RGB
CMYK
RGB Variations
Color information
#FBF448 (or 0xFBF448) is known color: Paris Daisy. HEX triplet: FB, F4 and 48. RGB value is (251,244,72). Sum of RGB (Red+Green+Blue) = 251+244+72=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 72 (28.52% from 255 or 12.70% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF448 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF448 is #040BB7. Grayscale: #E3E3E3. Windows color (decimal): -265144 or 4781307. OLE color: 4781307.
HSL color Cylindrical-coordinate representation of color #FBF448: hue angle of 57.65º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBF448 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 72 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.02 |
| HSL | 57.65º | 0.96% | 0.63% | - |
| HSV(B) | 57.65º | 0.71% | 0.98% | - |
| XYZ | 73.3 | 85.68 | 18.8 | - |
| YUV | 226.49 | 40.82 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 72 | 0 | 0.03 | 0.71 | 0.02 | 57.65 | 0.96 | 0.63 |
| Hex | FB | F4 | 48 | 0 | 3 | 47 | 2 | 3A | 60 | 3F |
| Octal | 373 | 364 | 110 | 0 | 3 | 107 | 2 | 72 | 140 | 77 |
| Binary | 11111011 | 11110100 | 1001000 | 0 | 11 | 1000111 | 10 | 111010 | 1100000 | 111111 |
Color Harmonies of #FBF448
Complementary color
Monochromatic Colors of #FBF448
Black with #FBF448
Text Example
Text Example
White with #FBF448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF448; }
p { color: rgb(251,244,72); }
H1.HeaderClassName
{
color: #FBF448;
}
.AnyTagClassName
{
color: #FBF448;
}
</style>
background-color css
<style>
a { background-color: #FBF448; }
a { background-color: rgb(251,244,72); }
div.DivClassName
{
background-color: #FBF448;
}
.BgClassName
{
background-color: #FBF448;
}
</style>
border-color css
<style>
span { border-color: #FBF448; }
span { border-color: rgb(251,244,72); }
td.TdClassName
{
border-color: #FBF448;
}
.TagClassName
{
border-color: #FBF448;
}
</style>