Shades of Paris Daisy #FFFF40
Tints of Paris Daisy #FFFF40
RGB
CMYK
RGB Variations
Color information
#FFFF40 (or 0xFFFF40) is known color: Paris Daisy. HEX triplet: FF, FF and 40. RGB value is (255,255,64). Sum of RGB (Red+Green+Blue) = 255+255+64=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 64 (25.39% from 255 or 11.15% from 574); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF40 is #0000BF. Grayscale: #E9E9E9. Windows color (decimal): -192 or 4259839. OLE color: 4259839.
HSL color Cylindrical-coordinate representation of color #FFFF40: hue angle of 60º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFFF40 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 64 | - |
| CMYK | 0 | 0 | 0.75 | 0 |
| HSL | 60º | 1% | 0.63% | - |
| HSV(B) | 60º | 0.75% | 1% | - |
| XYZ | 77.93 | 93.15 | 18.72 | - |
| YUV | 233.23 | 32.5 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 64 | 0 | 0 | 0.75 | 0 | 60 | 1 | 0.63 |
| Hex | FF | FF | 40 | 0 | 0 | 4B | 0 | 3C | 64 | 3F |
| Octal | 377 | 377 | 100 | 0 | 0 | 113 | 0 | 74 | 144 | 77 |
| Binary | 11111111 | 11111111 | 1000000 | 0 | 0 | 1001011 | 0 | 111100 | 1100100 | 111111 |
Color Harmonies of #FFFF40
Complementary color
Monochromatic Colors of #FFFF40
Black with #FFFF40
Text Example
Text Example
White with #FFFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF40; }
p { color: rgb(255,255,64); }
H1.HeaderClassName
{
color: #FFFF40;
}
.AnyTagClassName
{
color: #FFFF40;
}
</style>
background-color css
<style>
a { background-color: #FFFF40; }
a { background-color: rgb(255,255,64); }
div.DivClassName
{
background-color: #FFFF40;
}
.BgClassName
{
background-color: #FFFF40;
}
</style>
border-color css
<style>
span { border-color: #FFFF40; }
span { border-color: rgb(255,255,64); }
td.TdClassName
{
border-color: #FFFF40;
}
.TagClassName
{
border-color: #FFFF40;
}
</style>