Shades of Paris Daisy #FBF043
Tints of Paris Daisy #FBF043
RGB
CMYK
RGB Variations
Color information
#FBF043 (or 0xFBF043) is known color: Paris Daisy. HEX triplet: FB, F0 and 43. RGB value is (251,240,67). Sum of RGB (Red+Green+Blue) = 251+240+67=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 67 (26.56% from 255 or 12.01% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF043 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF043 is #040FBC. Grayscale: #E0E0E0. Windows color (decimal): -266173 or 4452603. OLE color: 4452603.
HSL color Cylindrical-coordinate representation of color #FBF043: hue angle of 56.41º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBF043 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 67 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.02 |
| HSL | 56.41º | 0.96% | 0.62% | - |
| HSV(B) | 56.41º | 0.73% | 0.98% | - |
| XYZ | 71.96 | 83.23 | 17.58 | - |
| YUV | 223.57 | 39.64 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 67 | 0 | 0.04 | 0.73 | 0.02 | 56.41 | 0.96 | 0.62 |
| Hex | FB | F0 | 43 | 0 | 4 | 49 | 2 | 38 | 60 | 3E |
| Octal | 373 | 360 | 103 | 0 | 4 | 111 | 2 | 70 | 140 | 76 |
| Binary | 11111011 | 11110000 | 1000011 | 0 | 100 | 1001001 | 10 | 111000 | 1100000 | 111110 |
Color Harmonies of #FBF043
Complementary color
Monochromatic Colors of #FBF043
Black with #FBF043
Text Example
Text Example
White with #FBF043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF043; }
p { color: rgb(251,240,67); }
H1.HeaderClassName
{
color: #FBF043;
}
.AnyTagClassName
{
color: #FBF043;
}
</style>
background-color css
<style>
a { background-color: #FBF043; }
a { background-color: rgb(251,240,67); }
div.DivClassName
{
background-color: #FBF043;
}
.BgClassName
{
background-color: #FBF043;
}
</style>
border-color css
<style>
span { border-color: #FBF043; }
span { border-color: rgb(251,240,67); }
td.TdClassName
{
border-color: #FBF043;
}
.TagClassName
{
border-color: #FBF043;
}
</style>