Shades of Paris Daisy #FBED4A
Tints of Paris Daisy #FBED4A
RGB
CMYK
RGB Variations
Color information
#FBED4A (or 0xFBED4A) is known color: Paris Daisy. HEX triplet: FB, ED and 4A. RGB value is (251,237,74). Sum of RGB (Red+Green+Blue) = 251+237+74=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 74 (29.30% from 255 or 13.17% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED4A is #0412B5. Grayscale: #DFDFDF. Windows color (decimal): -266934 or 4910587. OLE color: 4910587.
HSL color Cylindrical-coordinate representation of color #FBED4A: hue angle of 55.25º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBED4A is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 74 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.02 |
| HSL | 55.25º | 0.96% | 0.64% | - |
| HSV(B) | 55.25º | 0.71% | 0.98% | - |
| XYZ | 71.3 | 81.57 | 18.47 | - |
| YUV | 222.6 | 44.14 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 74 | 0 | 0.06 | 0.71 | 0.02 | 55.25 | 0.96 | 0.64 |
| Hex | FB | ED | 4A | 0 | 6 | 47 | 2 | 37 | 60 | 40 |
| Octal | 373 | 355 | 112 | 0 | 6 | 107 | 2 | 67 | 140 | 100 |
| Binary | 11111011 | 11101101 | 1001010 | 0 | 110 | 1000111 | 10 | 110111 | 1100000 | 1000000 |
Color Harmonies of #FBED4A
Complementary color
Monochromatic Colors of #FBED4A
Black with #FBED4A
Text Example
Text Example
White with #FBED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED4A; }
p { color: rgb(251,237,74); }
H1.HeaderClassName
{
color: #FBED4A;
}
.AnyTagClassName
{
color: #FBED4A;
}
</style>
background-color css
<style>
a { background-color: #FBED4A; }
a { background-color: rgb(251,237,74); }
div.DivClassName
{
background-color: #FBED4A;
}
.BgClassName
{
background-color: #FBED4A;
}
</style>
border-color css
<style>
span { border-color: #FBED4A; }
span { border-color: rgb(251,237,74); }
td.TdClassName
{
border-color: #FBED4A;
}
.TagClassName
{
border-color: #FBED4A;
}
</style>