Shades of Paris Daisy #FAF849
Tints of Paris Daisy #FAF849
RGB
CMYK
RGB Variations
Color information
#FAF849 (or 0xFAF849) is known color: Paris Daisy. HEX triplet: FA, F8 and 49. RGB value is (250,248,73). Sum of RGB (Red+Green+Blue) = 250+248+73=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 73 (28.91% from 255 or 12.78% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF849 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF849 is #0507B6. Grayscale: #E5E5E5. Windows color (decimal): -329655 or 4847866. OLE color: 4847866.
HSL color Cylindrical-coordinate representation of color #FAF849: hue angle of 59.32º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAF849 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 73 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.02 |
| HSL | 59.32º | 0.95% | 0.63% | - |
| HSV(B) | 59.32º | 0.71% | 0.98% | - |
| XYZ | 74.19 | 87.94 | 19.37 | - |
| YUV | 228.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 73 | 0 | 0.01 | 0.71 | 0.02 | 59.32 | 0.95 | 0.63 |
| Hex | FA | F8 | 49 | 0 | 1 | 47 | 2 | 3B | 5F | 3F |
| Octal | 372 | 370 | 111 | 0 | 1 | 107 | 2 | 73 | 137 | 77 |
| Binary | 11111010 | 11111000 | 1001001 | 0 | 1 | 1000111 | 10 | 111011 | 1011111 | 111111 |
Color Harmonies of #FAF849
Complementary color
Monochromatic Colors of #FAF849
Black with #FAF849
Text Example
Text Example
White with #FAF849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF849; }
p { color: rgb(250,248,73); }
H1.HeaderClassName
{
color: #FAF849;
}
.AnyTagClassName
{
color: #FAF849;
}
</style>
background-color css
<style>
a { background-color: #FAF849; }
a { background-color: rgb(250,248,73); }
div.DivClassName
{
background-color: #FAF849;
}
.BgClassName
{
background-color: #FAF849;
}
</style>
border-color css
<style>
span { border-color: #FAF849; }
span { border-color: rgb(250,248,73); }
td.TdClassName
{
border-color: #FAF849;
}
.TagClassName
{
border-color: #FAF849;
}
</style>