Shades of Paris Daisy #FAF045
Tints of Paris Daisy #FAF045
RGB
CMYK
RGB Variations
Color information
#FAF045 (or 0xFAF045) is known color: Paris Daisy. HEX triplet: FA, F0 and 45. RGB value is (250,240,69). Sum of RGB (Red+Green+Blue) = 250+240+69=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 69 (27.34% from 255 or 12.34% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF045 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF045 is #050FBA. Grayscale: #E0E0E0. Windows color (decimal): -331707 or 4583674. OLE color: 4583674.
HSL color Cylindrical-coordinate representation of color #FAF045: hue angle of 56.69º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAF045 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 69 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.02 |
| HSL | 56.69º | 0.95% | 0.63% | - |
| HSV(B) | 56.69º | 0.72% | 0.98% | - |
| XYZ | 71.66 | 83.07 | 17.89 | - |
| YUV | 223.5 | 40.81 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 69 | 0 | 0.04 | 0.72 | 0.02 | 56.69 | 0.95 | 0.63 |
| Hex | FA | F0 | 45 | 0 | 4 | 48 | 2 | 39 | 5F | 3F |
| Octal | 372 | 360 | 105 | 0 | 4 | 110 | 2 | 71 | 137 | 77 |
| Binary | 11111010 | 11110000 | 1000101 | 0 | 100 | 1001000 | 10 | 111001 | 1011111 | 111111 |
Color Harmonies of #FAF045
Complementary color
Monochromatic Colors of #FAF045
Black with #FAF045
Text Example
Text Example
White with #FAF045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF045; }
p { color: rgb(250,240,69); }
H1.HeaderClassName
{
color: #FAF045;
}
.AnyTagClassName
{
color: #FAF045;
}
</style>
background-color css
<style>
a { background-color: #FAF045; }
a { background-color: rgb(250,240,69); }
div.DivClassName
{
background-color: #FAF045;
}
.BgClassName
{
background-color: #FAF045;
}
</style>
border-color css
<style>
span { border-color: #FAF045; }
span { border-color: rgb(250,240,69); }
td.TdClassName
{
border-color: #FAF045;
}
.TagClassName
{
border-color: #FAF045;
}
</style>