Shades of Paris Daisy #FFFA55
Tints of Paris Daisy #FFFA55
RGB
CMYK
RGB Variations
Color information
#FFFA55 (or 0xFFFA55) is known color: Paris Daisy. HEX triplet: FF, FA and 55. RGB value is (255,250,85). Sum of RGB (Red+Green+Blue) = 255+250+85=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 85 (33.59% from 255 or 14.41% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA55 is #0005AA. Grayscale: #E9E9E9. Windows color (decimal): -1451 or 5634815. OLE color: 5634815.
HSL color Cylindrical-coordinate representation of color #FFFA55: hue angle of 58.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFFA55 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 85 | - |
| CMYK | 0 | 0.02 | 0.67 | 0 |
| HSL | 58.24º | 1% | 0.67% | - |
| HSV(B) | 58.24º | 0.67% | 1% | - |
| XYZ | 77.07 | 90.29 | 21.96 | - |
| YUV | 232.69 | 44.66 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 85 | 0 | 0.02 | 0.67 | 0 | 58.24 | 1 | 0.67 |
| Hex | FF | FA | 55 | 0 | 2 | 43 | 0 | 3A | 64 | 43 |
| Octal | 377 | 372 | 125 | 0 | 2 | 103 | 0 | 72 | 144 | 103 |
| Binary | 11111111 | 11111010 | 1010101 | 0 | 10 | 1000011 | 0 | 111010 | 1100100 | 1000011 |
Color Harmonies of #FFFA55
Complementary color
Monochromatic Colors of #FFFA55
Black with #FFFA55
Text Example
Text Example
White with #FFFA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA55; }
p { color: rgb(255,250,85); }
H1.HeaderClassName
{
color: #FFFA55;
}
.AnyTagClassName
{
color: #FFFA55;
}
</style>
background-color css
<style>
a { background-color: #FFFA55; }
a { background-color: rgb(255,250,85); }
div.DivClassName
{
background-color: #FFFA55;
}
.BgClassName
{
background-color: #FFFA55;
}
</style>
border-color css
<style>
span { border-color: #FFFA55; }
span { border-color: rgb(255,250,85); }
td.TdClassName
{
border-color: #FFFA55;
}
.TagClassName
{
border-color: #FFFA55;
}
</style>