Shades of Paris Daisy #FAF555
Tints of Paris Daisy #FAF555
RGB
CMYK
RGB Variations
Color information
#FAF555 (or 0xFAF555) is known color: Paris Daisy. HEX triplet: FA, F5 and 55. RGB value is (250,245,85). Sum of RGB (Red+Green+Blue) = 250+245+85=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 85 (33.59% from 255 or 14.66% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF555 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF555 is #050AAA. Grayscale: #E4E4E4. Windows color (decimal): -330411 or 5633530. OLE color: 5633530.
HSL color Cylindrical-coordinate representation of color #FAF555: hue angle of 58.18º 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 #FAF555 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 85 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.02 |
| HSL | 58.18º | 0.94% | 0.66% | - |
| HSV(B) | 58.18º | 0.66% | 0.98% | - |
| XYZ | 73.72 | 86.28 | 21.36 | - |
| YUV | 228.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 85 | 0 | 0.02 | 0.66 | 0.02 | 58.18 | 0.94 | 0.66 |
| Hex | FA | F5 | 55 | 0 | 2 | 42 | 2 | 3A | 5E | 42 |
| Octal | 372 | 365 | 125 | 0 | 2 | 102 | 2 | 72 | 136 | 102 |
| Binary | 11111010 | 11110101 | 1010101 | 0 | 10 | 1000010 | 10 | 111010 | 1011110 | 1000010 |
Color Harmonies of #FAF555
Complementary color
Monochromatic Colors of #FAF555
Black with #FAF555
Text Example
Text Example
White with #FAF555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF555; }
p { color: rgb(250,245,85); }
H1.HeaderClassName
{
color: #FAF555;
}
.AnyTagClassName
{
color: #FAF555;
}
</style>
background-color css
<style>
a { background-color: #FAF555; }
a { background-color: rgb(250,245,85); }
div.DivClassName
{
background-color: #FAF555;
}
.BgClassName
{
background-color: #FAF555;
}
</style>
border-color css
<style>
span { border-color: #FAF555; }
span { border-color: rgb(250,245,85); }
td.TdClassName
{
border-color: #FAF555;
}
.TagClassName
{
border-color: #FAF555;
}
</style>