Shades of Paris Daisy #FFFA4A
Tints of Paris Daisy #FFFA4A
RGB
CMYK
RGB Variations
Color information
#FFFA4A (or 0xFFFA4A) is known color: Paris Daisy. HEX triplet: FF, FA and 4A. RGB value is (255,250,74). Sum of RGB (Red+Green+Blue) = 255+250+74=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 74 (29.30% from 255 or 12.78% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA4A is #0005B5. Grayscale: #E8E8E8. Windows color (decimal): -1462 or 4913919. OLE color: 4913919.
HSL color Cylindrical-coordinate representation of color #FFFA4A: hue angle of 58.34º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFFA4A is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 74 | - |
| CMYK | 0 | 0.02 | 0.71 | 0 |
| HSL | 58.34º | 1% | 0.65% | - |
| HSV(B) | 58.34º | 0.71% | 1% | - |
| XYZ | 76.66 | 90.13 | 19.83 | - |
| YUV | 231.43 | 39.16 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 74 | 0 | 0.02 | 0.71 | 0 | 58.34 | 1 | 0.65 |
| Hex | FF | FA | 4A | 0 | 2 | 47 | 0 | 3A | 64 | 41 |
| Octal | 377 | 372 | 112 | 0 | 2 | 107 | 0 | 72 | 144 | 101 |
| Binary | 11111111 | 11111010 | 1001010 | 0 | 10 | 1000111 | 0 | 111010 | 1100100 | 1000001 |
Color Harmonies of #FFFA4A
Complementary color
Monochromatic Colors of #FFFA4A
Black with #FFFA4A
Text Example
Text Example
White with #FFFA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA4A; }
p { color: rgb(255,250,74); }
H1.HeaderClassName
{
color: #FFFA4A;
}
.AnyTagClassName
{
color: #FFFA4A;
}
</style>
background-color css
<style>
a { background-color: #FFFA4A; }
a { background-color: rgb(255,250,74); }
div.DivClassName
{
background-color: #FFFA4A;
}
.BgClassName
{
background-color: #FFFA4A;
}
</style>
border-color css
<style>
span { border-color: #FFFA4A; }
span { border-color: rgb(255,250,74); }
td.TdClassName
{
border-color: #FFFA4A;
}
.TagClassName
{
border-color: #FFFA4A;
}
</style>