Shades of Paris Daisy #FAF655
Tints of Paris Daisy #FAF655
RGB
CMYK
RGB Variations
Color information
#FAF655 (or 0xFAF655) is known color: Paris Daisy. HEX triplet: FA, F6 and 55. RGB value is (250,246,85). Sum of RGB (Red+Green+Blue) = 250+246+85=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 85 (33.59% from 255 or 14.63% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF655 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF655 is #0509AA. Grayscale: #E5E5E5. Windows color (decimal): -330155 or 5633786. OLE color: 5633786.
HSL color Cylindrical-coordinate representation of color #FAF655: hue angle of 58.55º 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 #FAF655 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 85 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.02 |
| HSL | 58.55º | 0.94% | 0.66% | - |
| HSV(B) | 58.55º | 0.66% | 0.98% | - |
| XYZ | 74.02 | 86.89 | 21.46 | - |
| YUV | 228.84 | 46.83 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 85 | 0 | 0.02 | 0.66 | 0.02 | 58.55 | 0.94 | 0.66 |
| Hex | FA | F6 | 55 | 0 | 2 | 42 | 2 | 3B | 5E | 42 |
| Octal | 372 | 366 | 125 | 0 | 2 | 102 | 2 | 73 | 136 | 102 |
| Binary | 11111010 | 11110110 | 1010101 | 0 | 10 | 1000010 | 10 | 111011 | 1011110 | 1000010 |
Color Harmonies of #FAF655
Complementary color
Monochromatic Colors of #FAF655
Black with #FAF655
Text Example
Text Example
White with #FAF655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF655; }
p { color: rgb(250,246,85); }
H1.HeaderClassName
{
color: #FAF655;
}
.AnyTagClassName
{
color: #FAF655;
}
</style>
background-color css
<style>
a { background-color: #FAF655; }
a { background-color: rgb(250,246,85); }
div.DivClassName
{
background-color: #FAF655;
}
.BgClassName
{
background-color: #FAF655;
}
</style>
border-color css
<style>
span { border-color: #FAF655; }
span { border-color: rgb(250,246,85); }
td.TdClassName
{
border-color: #FAF655;
}
.TagClassName
{
border-color: #FAF655;
}
</style>