Shades of Paris Daisy #FBF341
Tints of Paris Daisy #FBF341
RGB
CMYK
RGB Variations
Color information
#FBF341 (or 0xFBF341) is known color: Paris Daisy. HEX triplet: FB, F3 and 41. RGB value is (251,243,65). Sum of RGB (Red+Green+Blue) = 251+243+65=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 65 (25.78% from 255 or 11.63% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF341 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF341 is #040CBE. Grayscale: #E1E1E1. Windows color (decimal): -265407 or 4322299. OLE color: 4322299.
HSL color Cylindrical-coordinate representation of color #FBF341: hue angle of 57.42º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FBF341 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 65 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.02 |
| HSL | 57.42º | 0.96% | 0.62% | - |
| HSV(B) | 57.42º | 0.74% | 0.98% | - |
| XYZ | 72.79 | 84.99 | 17.57 | - |
| YUV | 225.1 | 37.65 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 65 | 0 | 0.03 | 0.74 | 0.02 | 57.42 | 0.96 | 0.62 |
| Hex | FB | F3 | 41 | 0 | 3 | 4A | 2 | 39 | 60 | 3E |
| Octal | 373 | 363 | 101 | 0 | 3 | 112 | 2 | 71 | 140 | 76 |
| Binary | 11111011 | 11110011 | 1000001 | 0 | 11 | 1001010 | 10 | 111001 | 1100000 | 111110 |
Color Harmonies of #FBF341
Complementary color
Monochromatic Colors of #FBF341
Black with #FBF341
Text Example
Text Example
White with #FBF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF341; }
p { color: rgb(251,243,65); }
H1.HeaderClassName
{
color: #FBF341;
}
.AnyTagClassName
{
color: #FBF341;
}
</style>
background-color css
<style>
a { background-color: #FBF341; }
a { background-color: rgb(251,243,65); }
div.DivClassName
{
background-color: #FBF341;
}
.BgClassName
{
background-color: #FBF341;
}
</style>
border-color css
<style>
span { border-color: #FBF341; }
span { border-color: rgb(251,243,65); }
td.TdClassName
{
border-color: #FBF341;
}
.TagClassName
{
border-color: #FBF341;
}
</style>