Shades of Paris Daisy #FAF64D
Tints of Paris Daisy #FAF64D
RGB
CMYK
RGB Variations
Color information
#FAF64D (or 0xFAF64D) is known color: Paris Daisy. HEX triplet: FA, F6 and 4D. RGB value is (250,246,77). Sum of RGB (Red+Green+Blue) = 250+246+77=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 77 (30.47% from 255 or 13.44% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF64D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF64D is #0509B2. Grayscale: #E4E4E4. Windows color (decimal): -330163 or 5109498. OLE color: 5109498.
HSL color Cylindrical-coordinate representation of color #FAF64D: hue angle of 58.61º 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 #FAF64D is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 77 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.02 |
| HSL | 58.61º | 0.95% | 0.64% | - |
| HSV(B) | 58.61º | 0.69% | 0.98% | - |
| XYZ | 73.72 | 86.77 | 19.88 | - |
| YUV | 227.93 | 42.83 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 77 | 0 | 0.02 | 0.69 | 0.02 | 58.61 | 0.95 | 0.64 |
| Hex | FA | F6 | 4D | 0 | 2 | 45 | 2 | 3B | 5F | 40 |
| Octal | 372 | 366 | 115 | 0 | 2 | 105 | 2 | 73 | 137 | 100 |
| Binary | 11111010 | 11110110 | 1001101 | 0 | 10 | 1000101 | 10 | 111011 | 1011111 | 1000000 |
Color Harmonies of #FAF64D
Complementary color
Monochromatic Colors of #FAF64D
Black with #FAF64D
Text Example
Text Example
White with #FAF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF64D; }
p { color: rgb(250,246,77); }
H1.HeaderClassName
{
color: #FAF64D;
}
.AnyTagClassName
{
color: #FAF64D;
}
</style>
background-color css
<style>
a { background-color: #FAF64D; }
a { background-color: rgb(250,246,77); }
div.DivClassName
{
background-color: #FAF64D;
}
.BgClassName
{
background-color: #FAF64D;
}
</style>
border-color css
<style>
span { border-color: #FAF64D; }
span { border-color: rgb(250,246,77); }
td.TdClassName
{
border-color: #FAF64D;
}
.TagClassName
{
border-color: #FAF64D;
}
</style>