Shades of Paris Daisy #FAF155
Tints of Paris Daisy #FAF155
RGB
CMYK
RGB Variations
Color information
#FAF155 (or 0xFAF155) is known color: Paris Daisy. HEX triplet: FA, F1 and 55. RGB value is (250,241,85). Sum of RGB (Red+Green+Blue) = 250+241+85=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 85 (33.59% from 255 or 14.76% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF155 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF155 is #050EAA. Grayscale: #E2E2E2. Windows color (decimal): -331435 or 5632506. OLE color: 5632506.
HSL color Cylindrical-coordinate representation of color #FAF155: hue angle of 56.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAF155 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 241 | 85 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.02 |
| HSL | 56.73º | 0.94% | 0.66% | - |
| HSV(B) | 56.73º | 0.66% | 0.98% | - |
| XYZ | 72.52 | 83.89 | 20.96 | - |
| YUV | 225.91 | 48.48 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 241 | 85 | 0 | 0.04 | 0.66 | 0.02 | 56.73 | 0.94 | 0.66 |
| Hex | FA | F1 | 55 | 0 | 4 | 42 | 2 | 39 | 5E | 42 |
| Octal | 372 | 361 | 125 | 0 | 4 | 102 | 2 | 71 | 136 | 102 |
| Binary | 11111010 | 11110001 | 1010101 | 0 | 100 | 1000010 | 10 | 111001 | 1011110 | 1000010 |
Color Harmonies of #FAF155
Complementary color
Monochromatic Colors of #FAF155
Black with #FAF155
Text Example
Text Example
White with #FAF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF155; }
p { color: rgb(250,241,85); }
H1.HeaderClassName
{
color: #FAF155;
}
.AnyTagClassName
{
color: #FAF155;
}
</style>
background-color css
<style>
a { background-color: #FAF155; }
a { background-color: rgb(250,241,85); }
div.DivClassName
{
background-color: #FAF155;
}
.BgClassName
{
background-color: #FAF155;
}
</style>
border-color css
<style>
span { border-color: #FAF155; }
span { border-color: rgb(250,241,85); }
td.TdClassName
{
border-color: #FAF155;
}
.TagClassName
{
border-color: #FAF155;
}
</style>