Shades of Paris Daisy #FFFB3E
Tints of Paris Daisy #FFFB3E
RGB
CMYK
RGB Variations
Color information
#FFFB3E (or 0xFFFB3E) is known color: Paris Daisy. HEX triplet: FF, FB and 3E. RGB value is (255,251,62). Sum of RGB (Red+Green+Blue) = 255+251+62=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 62 (24.61% from 255 or 10.92% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFB3E is #0004C1. Grayscale: #E7E7E7. Windows color (decimal): -1218 or 4127743. OLE color: 4127743.
HSL color Cylindrical-coordinate representation of color #FFFB3E: hue angle of 58.76º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFFB3E is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 62 | - |
| CMYK | 0 | 0.02 | 0.76 | 0 |
| HSL | 58.76º | 1% | 0.62% | - |
| HSV(B) | 58.76º | 0.76% | 1% | - |
| XYZ | 76.61 | 90.6 | 18.01 | - |
| YUV | 230.65 | 32.83 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 62 | 0 | 0.02 | 0.76 | 0 | 58.76 | 1 | 0.62 |
| Hex | FF | FB | 3E | 0 | 2 | 4C | 0 | 3B | 64 | 3E |
| Octal | 377 | 373 | 76 | 0 | 2 | 114 | 0 | 73 | 144 | 76 |
| Binary | 11111111 | 11111011 | 111110 | 0 | 10 | 1001100 | 0 | 111011 | 1100100 | 111110 |
Color Harmonies of #FFFB3E
Complementary color
Monochromatic Colors of #FFFB3E
Black with #FFFB3E
Text Example
Text Example
White with #FFFB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFB3E; }
p { color: rgb(255,251,62); }
H1.HeaderClassName
{
color: #FFFB3E;
}
.AnyTagClassName
{
color: #FFFB3E;
}
</style>
background-color css
<style>
a { background-color: #FFFB3E; }
a { background-color: rgb(255,251,62); }
div.DivClassName
{
background-color: #FFFB3E;
}
.BgClassName
{
background-color: #FFFB3E;
}
</style>
border-color css
<style>
span { border-color: #FFFB3E; }
span { border-color: rgb(255,251,62); }
td.TdClassName
{
border-color: #FFFB3E;
}
.TagClassName
{
border-color: #FFFB3E;
}
</style>