Shades of Paris Daisy #F9FA4B
Tints of Paris Daisy #F9FA4B
RGB
CMYK
RGB Variations
Color information
#F9FA4B (or 0xF9FA4B) is known color: Paris Daisy. HEX triplet: F9, FA and 4B. RGB value is (249,250,75). Sum of RGB (Red+Green+Blue) = 249+250+75=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 75 (29.69% from 255 or 13.07% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FA4B is #0605B4. Grayscale: #E6E6E6. Windows color (decimal): -394677 or 4979449. OLE color: 4979449.
HSL color Cylindrical-coordinate representation of color #F9FA4B: hue angle of 60.34º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9FA4B is Cyan = 0.00, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 75 | - |
| CMYK | 0.00 | 0 | 0.7 | 0.02 |
| HSL | 60.34º | 0.95% | 0.64% | - |
| HSV(B) | 60.34º | 0.7% | 0.98% | - |
| XYZ | 74.52 | 89.02 | 19.91 | - |
| YUV | 229.75 | 40.67 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 75 | 0.00 | 0 | 0.7 | 0.02 | 60.34 | 0.95 | 0.64 |
| Hex | F9 | FA | 4B | 0 | 0 | 46 | 2 | 3C | 5F | 40 |
| Octal | 371 | 372 | 113 | 0 | 0 | 106 | 2 | 74 | 137 | 100 |
| Binary | 11111001 | 11111010 | 1001011 | 0 | 0 | 1000110 | 10 | 111100 | 1011111 | 1000000 |
Color Harmonies of #F9FA4B
Complementary color
Monochromatic Colors of #F9FA4B
Black with #F9FA4B
Text Example
Text Example
White with #F9FA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FA4B; }
p { color: rgb(249,250,75); }
H1.HeaderClassName
{
color: #F9FA4B;
}
.AnyTagClassName
{
color: #F9FA4B;
}
</style>
background-color css
<style>
a { background-color: #F9FA4B; }
a { background-color: rgb(249,250,75); }
div.DivClassName
{
background-color: #F9FA4B;
}
.BgClassName
{
background-color: #F9FA4B;
}
</style>
border-color css
<style>
span { border-color: #F9FA4B; }
span { border-color: rgb(249,250,75); }
td.TdClassName
{
border-color: #F9FA4B;
}
.TagClassName
{
border-color: #F9FA4B;
}
</style>