Shades of Paris Daisy #FFFA4D
Tints of Paris Daisy #FFFA4D
RGB
CMYK
RGB Variations
Color information
#FFFA4D (or 0xFFFA4D) is known color: Paris Daisy. HEX triplet: FF, FA and 4D. RGB value is (255,250,77). Sum of RGB (Red+Green+Blue) = 255+250+77=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 77 (30.47% from 255 or 13.23% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA4D is #0005B2. Grayscale: #E8E8E8. Windows color (decimal): -1459 or 5110527. OLE color: 5110527.
HSL color Cylindrical-coordinate representation of color #FFFA4D: hue angle of 58.31º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFFA4D is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 77 | - |
| CMYK | 0 | 0.02 | 0.70 | 0 |
| HSL | 58.31º | 1% | 0.65% | - |
| HSV(B) | 58.31º | 0.7% | 1% | - |
| XYZ | 76.77 | 90.17 | 20.38 | - |
| YUV | 231.77 | 40.66 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 77 | 0 | 0.02 | 0.70 | 0 | 58.31 | 1 | 0.65 |
| Hex | FF | FA | 4D | 0 | 2 | 46 | 0 | 3A | 64 | 41 |
| Octal | 377 | 372 | 115 | 0 | 2 | 106 | 0 | 72 | 144 | 101 |
| Binary | 11111111 | 11111010 | 1001101 | 0 | 10 | 1000110 | 0 | 111010 | 1100100 | 1000001 |
Color Harmonies of #FFFA4D
Complementary color
Monochromatic Colors of #FFFA4D
Black with #FFFA4D
Text Example
Text Example
White with #FFFA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA4D; }
p { color: rgb(255,250,77); }
H1.HeaderClassName
{
color: #FFFA4D;
}
.AnyTagClassName
{
color: #FFFA4D;
}
</style>
background-color css
<style>
a { background-color: #FFFA4D; }
a { background-color: rgb(255,250,77); }
div.DivClassName
{
background-color: #FFFA4D;
}
.BgClassName
{
background-color: #FFFA4D;
}
</style>
border-color css
<style>
span { border-color: #FFFA4D; }
span { border-color: rgb(255,250,77); }
td.TdClassName
{
border-color: #FFFA4D;
}
.TagClassName
{
border-color: #FFFA4D;
}
</style>