Shades of Paris Daisy #FAF552
Tints of Paris Daisy #FAF552
RGB
CMYK
RGB Variations
Color information
#FAF552 (or 0xFAF552) is known color: Paris Daisy. HEX triplet: FA, F5 and 52. RGB value is (250,245,82). Sum of RGB (Red+Green+Blue) = 250+245+82=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 82 (32.42% from 255 or 14.21% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF552 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF552 is #050AAD. Grayscale: #E4E4E4. Windows color (decimal): -330414 or 5436922. OLE color: 5436922.
HSL color Cylindrical-coordinate representation of color #FAF552: hue angle of 58.21º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAF552 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 82 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.02 |
| HSL | 58.21º | 0.94% | 0.65% | - |
| HSV(B) | 58.21º | 0.67% | 0.98% | - |
| XYZ | 73.6 | 86.24 | 20.75 | - |
| YUV | 227.91 | 45.66 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 82 | 0 | 0.02 | 0.67 | 0.02 | 58.21 | 0.94 | 0.65 |
| Hex | FA | F5 | 52 | 0 | 2 | 43 | 2 | 3A | 5E | 41 |
| Octal | 372 | 365 | 122 | 0 | 2 | 103 | 2 | 72 | 136 | 101 |
| Binary | 11111010 | 11110101 | 1010010 | 0 | 10 | 1000011 | 10 | 111010 | 1011110 | 1000001 |
Color Harmonies of #FAF552
Complementary color
Monochromatic Colors of #FAF552
Black with #FAF552
Text Example
Text Example
White with #FAF552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF552; }
p { color: rgb(250,245,82); }
H1.HeaderClassName
{
color: #FAF552;
}
.AnyTagClassName
{
color: #FAF552;
}
</style>
background-color css
<style>
a { background-color: #FAF552; }
a { background-color: rgb(250,245,82); }
div.DivClassName
{
background-color: #FAF552;
}
.BgClassName
{
background-color: #FAF552;
}
</style>
border-color css
<style>
span { border-color: #FAF552; }
span { border-color: rgb(250,245,82); }
td.TdClassName
{
border-color: #FAF552;
}
.TagClassName
{
border-color: #FAF552;
}
</style>