Shades of Paris Daisy #FAF94D
Tints of Paris Daisy #FAF94D
RGB
CMYK
RGB Variations
Color information
#FAF94D (or 0xFAF94D) is known color: Paris Daisy. HEX triplet: FA, F9 and 4D. RGB value is (250,249,77). Sum of RGB (Red+Green+Blue) = 250+249+77=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 77 (30.47% from 255 or 13.37% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF94D is #0506B2. Grayscale: #E6E6E6. Windows color (decimal): -329395 or 5110266. OLE color: 5110266.
HSL color Cylindrical-coordinate representation of color #FAF94D: hue angle of 59.65º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAF94D is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 77 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.02 |
| HSL | 59.65º | 0.95% | 0.64% | - |
| HSV(B) | 59.65º | 0.69% | 0.98% | - |
| XYZ | 74.64 | 88.61 | 20.19 | - |
| YUV | 229.69 | 41.83 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 77 | 0 | 0.00 | 0.69 | 0.02 | 59.65 | 0.95 | 0.64 |
| Hex | FA | F9 | 4D | 0 | 0 | 45 | 2 | 3C | 5F | 40 |
| Octal | 372 | 371 | 115 | 0 | 0 | 105 | 2 | 74 | 137 | 100 |
| Binary | 11111010 | 11111001 | 1001101 | 0 | 0 | 1000101 | 10 | 111100 | 1011111 | 1000000 |
Color Harmonies of #FAF94D
Complementary color
Monochromatic Colors of #FAF94D
Black with #FAF94D
Text Example
Text Example
White with #FAF94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF94D; }
p { color: rgb(250,249,77); }
H1.HeaderClassName
{
color: #FAF94D;
}
.AnyTagClassName
{
color: #FAF94D;
}
</style>
background-color css
<style>
a { background-color: #FAF94D; }
a { background-color: rgb(250,249,77); }
div.DivClassName
{
background-color: #FAF94D;
}
.BgClassName
{
background-color: #FAF94D;
}
</style>
border-color css
<style>
span { border-color: #FAF94D; }
span { border-color: rgb(250,249,77); }
td.TdClassName
{
border-color: #FAF94D;
}
.TagClassName
{
border-color: #FAF94D;
}
</style>