Shades of Paris Daisy #FFFA40
Tints of Paris Daisy #FFFA40
RGB
CMYK
RGB Variations
Color information
#FFFA40 (or 0xFFFA40) is known color: Paris Daisy. HEX triplet: FF, FA and 40. RGB value is (255,250,64). Sum of RGB (Red+Green+Blue) = 255+250+64=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 64 (25.39% from 255 or 11.25% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA40 is #0005BF. Grayscale: #E7E7E7. Windows color (decimal): -1472 or 4258559. OLE color: 4258559.
HSL color Cylindrical-coordinate representation of color #FFFA40: hue angle of 58.43º 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 #FFFA40 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 64 | - |
| CMYK | 0 | 0.02 | 0.75 | 0 |
| HSL | 58.43º | 1% | 0.63% | - |
| HSV(B) | 58.43º | 0.75% | 1% | - |
| XYZ | 76.35 | 90 | 18.2 | - |
| YUV | 230.29 | 34.16 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 64 | 0 | 0.02 | 0.75 | 0 | 58.43 | 1 | 0.63 |
| Hex | FF | FA | 40 | 0 | 2 | 4B | 0 | 3A | 64 | 3F |
| Octal | 377 | 372 | 100 | 0 | 2 | 113 | 0 | 72 | 144 | 77 |
| Binary | 11111111 | 11111010 | 1000000 | 0 | 10 | 1001011 | 0 | 111010 | 1100100 | 111111 |
Color Harmonies of #FFFA40
Complementary color
Monochromatic Colors of #FFFA40
Black with #FFFA40
Text Example
Text Example
White with #FFFA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA40; }
p { color: rgb(255,250,64); }
H1.HeaderClassName
{
color: #FFFA40;
}
.AnyTagClassName
{
color: #FFFA40;
}
</style>
background-color css
<style>
a { background-color: #FFFA40; }
a { background-color: rgb(255,250,64); }
div.DivClassName
{
background-color: #FFFA40;
}
.BgClassName
{
background-color: #FFFA40;
}
</style>
border-color css
<style>
span { border-color: #FFFA40; }
span { border-color: rgb(255,250,64); }
td.TdClassName
{
border-color: #FFFA40;
}
.TagClassName
{
border-color: #FFFA40;
}
</style>