Shades of Paris Daisy #FAF953
Tints of Paris Daisy #FAF953
RGB
CMYK
RGB Variations
Color information
#FAF953 (or 0xFAF953) is known color: Paris Daisy. HEX triplet: FA, F9 and 53. RGB value is (250,249,83). Sum of RGB (Red+Green+Blue) = 250+249+83=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 83 (32.81% from 255 or 14.26% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF953 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF953 is #0506AC. Grayscale: #E7E7E7. Windows color (decimal): -329389 or 5503482. OLE color: 5503482.
HSL color Cylindrical-coordinate representation of color #FAF953: hue angle of 59.64º 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 #FAF953 is Cyan = 0, Magento = 0.00, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 83 | - |
| CMYK | 0 | 0.00 | 0.67 | 0.02 |
| HSL | 59.64º | 0.94% | 0.65% | - |
| HSV(B) | 59.64º | 0.67% | 0.98% | - |
| XYZ | 74.86 | 88.7 | 21.36 | - |
| YUV | 230.38 | 44.83 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 83 | 0 | 0.00 | 0.67 | 0.02 | 59.64 | 0.94 | 0.65 |
| Hex | FA | F9 | 53 | 0 | 0 | 43 | 2 | 3C | 5E | 41 |
| Octal | 372 | 371 | 123 | 0 | 0 | 103 | 2 | 74 | 136 | 101 |
| Binary | 11111010 | 11111001 | 1010011 | 0 | 0 | 1000011 | 10 | 111100 | 1011110 | 1000001 |
Color Harmonies of #FAF953
Complementary color
Monochromatic Colors of #FAF953
Black with #FAF953
Text Example
Text Example
White with #FAF953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF953; }
p { color: rgb(250,249,83); }
H1.HeaderClassName
{
color: #FAF953;
}
.AnyTagClassName
{
color: #FAF953;
}
</style>
background-color css
<style>
a { background-color: #FAF953; }
a { background-color: rgb(250,249,83); }
div.DivClassName
{
background-color: #FAF953;
}
.BgClassName
{
background-color: #FAF953;
}
</style>
border-color css
<style>
span { border-color: #FAF953; }
span { border-color: rgb(250,249,83); }
td.TdClassName
{
border-color: #FAF953;
}
.TagClassName
{
border-color: #FAF953;
}
</style>