Shades of Paris Daisy #FBF143
Tints of Paris Daisy #FBF143
RGB
CMYK
RGB Variations
Color information
#FBF143 (or 0xFBF143) is known color: Paris Daisy. HEX triplet: FB, F1 and 43. RGB value is (251,241,67). Sum of RGB (Red+Green+Blue) = 251+241+67=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 67 (26.56% from 255 or 11.99% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF143 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF143 is #040EBC. Grayscale: #E0E0E0. Windows color (decimal): -265917 or 4452859. OLE color: 4452859.
HSL color Cylindrical-coordinate representation of color #FBF143: hue angle of 56.74º 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 #FBF143 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 67 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.02 |
| HSL | 56.74º | 0.96% | 0.62% | - |
| HSV(B) | 56.74º | 0.73% | 0.98% | - |
| XYZ | 72.25 | 83.83 | 17.68 | - |
| YUV | 224.15 | 39.31 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 67 | 0 | 0.04 | 0.73 | 0.02 | 56.74 | 0.96 | 0.62 |
| Hex | FB | F1 | 43 | 0 | 4 | 49 | 2 | 39 | 60 | 3E |
| Octal | 373 | 361 | 103 | 0 | 4 | 111 | 2 | 71 | 140 | 76 |
| Binary | 11111011 | 11110001 | 1000011 | 0 | 100 | 1001001 | 10 | 111001 | 1100000 | 111110 |
Color Harmonies of #FBF143
Complementary color
Monochromatic Colors of #FBF143
Black with #FBF143
Text Example
Text Example
White with #FBF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF143; }
p { color: rgb(251,241,67); }
H1.HeaderClassName
{
color: #FBF143;
}
.AnyTagClassName
{
color: #FBF143;
}
</style>
background-color css
<style>
a { background-color: #FBF143; }
a { background-color: rgb(251,241,67); }
div.DivClassName
{
background-color: #FBF143;
}
.BgClassName
{
background-color: #FBF143;
}
</style>
border-color css
<style>
span { border-color: #FBF143; }
span { border-color: rgb(251,241,67); }
td.TdClassName
{
border-color: #FBF143;
}
.TagClassName
{
border-color: #FBF143;
}
</style>