Shades of Paris Daisy #FAF351
Tints of Paris Daisy #FAF351
RGB
CMYK
RGB Variations
Color information
#FAF351 (or 0xFAF351) is known color: Paris Daisy. HEX triplet: FA, F3 and 51. RGB value is (250,243,81). Sum of RGB (Red+Green+Blue) = 250+243+81=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 81 (32.03% from 255 or 14.11% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF351 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF351 is #050CAE. Grayscale: #E3E3E3. Windows color (decimal): -330927 or 5370874. OLE color: 5370874.
HSL color Cylindrical-coordinate representation of color #FAF351: hue angle of 57.51º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAF351 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 81 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.02 |
| HSL | 57.51º | 0.94% | 0.65% | - |
| HSV(B) | 57.51º | 0.68% | 0.98% | - |
| XYZ | 72.96 | 85.02 | 20.35 | - |
| YUV | 226.63 | 45.82 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 81 | 0 | 0.03 | 0.68 | 0.02 | 57.51 | 0.94 | 0.65 |
| Hex | FA | F3 | 51 | 0 | 3 | 44 | 2 | 3A | 5E | 41 |
| Octal | 372 | 363 | 121 | 0 | 3 | 104 | 2 | 72 | 136 | 101 |
| Binary | 11111010 | 11110011 | 1010001 | 0 | 11 | 1000100 | 10 | 111010 | 1011110 | 1000001 |
Color Harmonies of #FAF351
Complementary color
Monochromatic Colors of #FAF351
Black with #FAF351
Text Example
Text Example
White with #FAF351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF351; }
p { color: rgb(250,243,81); }
H1.HeaderClassName
{
color: #FAF351;
}
.AnyTagClassName
{
color: #FAF351;
}
</style>
background-color css
<style>
a { background-color: #FAF351; }
a { background-color: rgb(250,243,81); }
div.DivClassName
{
background-color: #FAF351;
}
.BgClassName
{
background-color: #FAF351;
}
</style>
border-color css
<style>
span { border-color: #FAF351; }
span { border-color: rgb(250,243,81); }
td.TdClassName
{
border-color: #FAF351;
}
.TagClassName
{
border-color: #FAF351;
}
</style>