Shades of Paris Daisy #FBF745
Tints of Paris Daisy #FBF745
RGB
CMYK
RGB Variations
Color information
#FBF745 (or 0xFBF745) is known color: Paris Daisy. HEX triplet: FB, F7 and 45. RGB value is (251,247,69). Sum of RGB (Red+Green+Blue) = 251+247+69=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 69 (27.34% from 255 or 12.17% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF745 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF745 is #0408BA. Grayscale: #E4E4E4. Windows color (decimal): -264379 or 4585467. OLE color: 4585467.
HSL color Cylindrical-coordinate representation of color #FBF745: hue angle of 58.68º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBF745 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 69 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.02 |
| HSL | 58.68º | 0.96% | 0.63% | - |
| HSV(B) | 58.68º | 0.73% | 0.98% | - |
| XYZ | 74.12 | 87.46 | 18.61 | - |
| YUV | 227.9 | 38.33 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 69 | 0 | 0.02 | 0.73 | 0.02 | 58.68 | 0.96 | 0.63 |
| Hex | FB | F7 | 45 | 0 | 2 | 49 | 2 | 3B | 60 | 3F |
| Octal | 373 | 367 | 105 | 0 | 2 | 111 | 2 | 73 | 140 | 77 |
| Binary | 11111011 | 11110111 | 1000101 | 0 | 10 | 1001001 | 10 | 111011 | 1100000 | 111111 |
Color Harmonies of #FBF745
Complementary color
Monochromatic Colors of #FBF745
Black with #FBF745
Text Example
Text Example
White with #FBF745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF745; }
p { color: rgb(251,247,69); }
H1.HeaderClassName
{
color: #FBF745;
}
.AnyTagClassName
{
color: #FBF745;
}
</style>
background-color css
<style>
a { background-color: #FBF745; }
a { background-color: rgb(251,247,69); }
div.DivClassName
{
background-color: #FBF745;
}
.BgClassName
{
background-color: #FBF745;
}
</style>
border-color css
<style>
span { border-color: #FBF745; }
span { border-color: rgb(251,247,69); }
td.TdClassName
{
border-color: #FBF745;
}
.TagClassName
{
border-color: #FBF745;
}
</style>