Shades of Paris Daisy #FFFF3B
Tints of Paris Daisy #FFFF3B
RGB
CMYK
RGB Variations
Color information
#FFFF3B (or 0xFFFF3B) is known color: Paris Daisy. HEX triplet: FF, FF and 3B. RGB value is (255,255,59). Sum of RGB (Red+Green+Blue) = 255+255+59=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 59 (23.44% from 255 or 10.37% from 569); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF3B is #0000C4. Grayscale: #E9E9E9. Windows color (decimal): -197 or 3932159. OLE color: 3932159.
HSL color Cylindrical-coordinate representation of color #FFFF3B: hue angle of 60º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFFF3B is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 59 | - |
| CMYK | 0 | 0 | 0.77 | 0 |
| HSL | 60º | 1% | 0.62% | - |
| HSV(B) | 60º | 0.77% | 1% | - |
| XYZ | 77.79 | 93.1 | 18.01 | - |
| YUV | 232.66 | 30 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 59 | 0 | 0 | 0.77 | 0 | 60 | 1 | 0.62 |
| Hex | FF | FF | 3B | 0 | 0 | 4D | 0 | 3C | 64 | 3E |
| Octal | 377 | 377 | 73 | 0 | 0 | 115 | 0 | 74 | 144 | 76 |
| Binary | 11111111 | 11111111 | 111011 | 0 | 0 | 1001101 | 0 | 111100 | 1100100 | 111110 |
Color Harmonies of #FFFF3B
Complementary color
Monochromatic Colors of #FFFF3B
Black with #FFFF3B
Text Example
Text Example
White with #FFFF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF3B; }
p { color: rgb(255,255,59); }
H1.HeaderClassName
{
color: #FFFF3B;
}
.AnyTagClassName
{
color: #FFFF3B;
}
</style>
background-color css
<style>
a { background-color: #FFFF3B; }
a { background-color: rgb(255,255,59); }
div.DivClassName
{
background-color: #FFFF3B;
}
.BgClassName
{
background-color: #FFFF3B;
}
</style>
border-color css
<style>
span { border-color: #FFFF3B; }
span { border-color: rgb(255,255,59); }
td.TdClassName
{
border-color: #FFFF3B;
}
.TagClassName
{
border-color: #FFFF3B;
}
</style>