Shades of Paris Daisy #FBED41
Tints of Paris Daisy #FBED41
RGB
CMYK
RGB Variations
Color information
#FBED41 (or 0xFBED41) is known color: Paris Daisy. HEX triplet: FB, ED and 41. RGB value is (251,237,65). Sum of RGB (Red+Green+Blue) = 251+237+65=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 65 (25.78% from 255 or 11.75% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED41 is #0412BE. Grayscale: #DEDEDE. Windows color (decimal): -266943 or 4320763. OLE color: 4320763.
HSL color Cylindrical-coordinate representation of color #FBED41: hue angle of 55.48º 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 #FBED41 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 65 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.02 |
| HSL | 55.48º | 0.96% | 0.62% | - |
| HSV(B) | 55.48º | 0.74% | 0.98% | - |
| XYZ | 71.02 | 81.46 | 16.98 | - |
| YUV | 221.58 | 39.64 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 65 | 0 | 0.06 | 0.74 | 0.02 | 55.48 | 0.96 | 0.62 |
| Hex | FB | ED | 41 | 0 | 6 | 4A | 2 | 37 | 60 | 3E |
| Octal | 373 | 355 | 101 | 0 | 6 | 112 | 2 | 67 | 140 | 76 |
| Binary | 11111011 | 11101101 | 1000001 | 0 | 110 | 1001010 | 10 | 110111 | 1100000 | 111110 |
Color Harmonies of #FBED41
Complementary color
Monochromatic Colors of #FBED41
Black with #FBED41
Text Example
Text Example
White with #FBED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED41; }
p { color: rgb(251,237,65); }
H1.HeaderClassName
{
color: #FBED41;
}
.AnyTagClassName
{
color: #FBED41;
}
</style>
background-color css
<style>
a { background-color: #FBED41; }
a { background-color: rgb(251,237,65); }
div.DivClassName
{
background-color: #FBED41;
}
.BgClassName
{
background-color: #FBED41;
}
</style>
border-color css
<style>
span { border-color: #FBED41; }
span { border-color: rgb(251,237,65); }
td.TdClassName
{
border-color: #FBED41;
}
.TagClassName
{
border-color: #FBED41;
}
</style>