Shades of Paris Daisy #FAF450
Tints of Paris Daisy #FAF450
RGB
CMYK
RGB Variations
Color information
#FAF450 (or 0xFAF450) is known color: Paris Daisy. HEX triplet: FA, F4 and 50. RGB value is (250,244,80). Sum of RGB (Red+Green+Blue) = 250+244+80=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 80 (31.64% from 255 or 13.94% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF450 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF450 is #050BAF. Grayscale: #E3E3E3. Windows color (decimal): -330672 or 5305594. OLE color: 5305594.
HSL color Cylindrical-coordinate representation of color #FAF450: hue angle of 57.88º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAF450 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 80 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.02 |
| HSL | 57.88º | 0.94% | 0.65% | - |
| HSV(B) | 57.88º | 0.68% | 0.98% | - |
| XYZ | 73.22 | 85.6 | 20.25 | - |
| YUV | 227.1 | 44.99 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 80 | 0 | 0.02 | 0.68 | 0.02 | 57.88 | 0.94 | 0.65 |
| Hex | FA | F4 | 50 | 0 | 2 | 44 | 2 | 3A | 5E | 41 |
| Octal | 372 | 364 | 120 | 0 | 2 | 104 | 2 | 72 | 136 | 101 |
| Binary | 11111010 | 11110100 | 1010000 | 0 | 10 | 1000100 | 10 | 111010 | 1011110 | 1000001 |
Color Harmonies of #FAF450
Complementary color
Monochromatic Colors of #FAF450
Black with #FAF450
Text Example
Text Example
White with #FAF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF450; }
p { color: rgb(250,244,80); }
H1.HeaderClassName
{
color: #FAF450;
}
.AnyTagClassName
{
color: #FAF450;
}
</style>
background-color css
<style>
a { background-color: #FAF450; }
a { background-color: rgb(250,244,80); }
div.DivClassName
{
background-color: #FAF450;
}
.BgClassName
{
background-color: #FAF450;
}
</style>
border-color css
<style>
span { border-color: #FAF450; }
span { border-color: rgb(250,244,80); }
td.TdClassName
{
border-color: #FAF450;
}
.TagClassName
{
border-color: #FAF450;
}
</style>