Shades of Paris Daisy #FBF345
Tints of Paris Daisy #FBF345
RGB
CMYK
RGB Variations
Color information
#FBF345 (or 0xFBF345) is known color: Paris Daisy. HEX triplet: FB, F3 and 45. RGB value is (251,243,69). Sum of RGB (Red+Green+Blue) = 251+243+69=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 69 (27.34% from 255 or 12.26% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF345 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF345 is #040CBA. Grayscale: #E2E2E2. Windows color (decimal): -265403 or 4584443. OLE color: 4584443.
HSL color Cylindrical-coordinate representation of color #FBF345: hue angle of 57.36º 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 #FBF345 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 69 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.02 |
| HSL | 57.36º | 0.96% | 0.63% | - |
| HSV(B) | 57.36º | 0.73% | 0.98% | - |
| XYZ | 72.91 | 85.04 | 18.2 | - |
| YUV | 225.56 | 39.65 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 69 | 0 | 0.03 | 0.73 | 0.02 | 57.36 | 0.96 | 0.63 |
| Hex | FB | F3 | 45 | 0 | 3 | 49 | 2 | 39 | 60 | 3F |
| Octal | 373 | 363 | 105 | 0 | 3 | 111 | 2 | 71 | 140 | 77 |
| Binary | 11111011 | 11110011 | 1000101 | 0 | 11 | 1001001 | 10 | 111001 | 1100000 | 111111 |
Color Harmonies of #FBF345
Complementary color
Monochromatic Colors of #FBF345
Black with #FBF345
Text Example
Text Example
White with #FBF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF345; }
p { color: rgb(251,243,69); }
H1.HeaderClassName
{
color: #FBF345;
}
.AnyTagClassName
{
color: #FBF345;
}
</style>
background-color css
<style>
a { background-color: #FBF345; }
a { background-color: rgb(251,243,69); }
div.DivClassName
{
background-color: #FBF345;
}
.BgClassName
{
background-color: #FBF345;
}
</style>
border-color css
<style>
span { border-color: #FBF345; }
span { border-color: rgb(251,243,69); }
td.TdClassName
{
border-color: #FBF345;
}
.TagClassName
{
border-color: #FBF345;
}
</style>