Shades of Dolly #FAF36A
Tints of Dolly #FAF36A
RGB
CMYK
RGB Variations
Color information
#FAF36A (or 0xFAF36A) is known color: Dolly. HEX triplet: FA, F3 and 6A. RGB value is (250,243,106). Sum of RGB (Red+Green+Blue) = 250+243+106=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 106 (41.80% from 255 or 17.70% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF36A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF36A is #050C95. Grayscale: #E6E6E6. Windows color (decimal): -330902 or 7009274. OLE color: 7009274.
HSL color Cylindrical-coordinate representation of color #FAF36A: hue angle of 57.08º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAF36A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 106 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.02 |
| HSL | 57.08º | 0.94% | 0.7% | - |
| HSV(B) | 57.08º | 0.58% | 0.98% | - |
| XYZ | 74.08 | 85.47 | 26.23 | - |
| YUV | 229.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 106 | 0 | 0.03 | 0.58 | 0.02 | 57.08 | 0.94 | 0.7 |
| Hex | FA | F3 | 6A | 0 | 3 | 3A | 2 | 39 | 5E | 46 |
| Octal | 372 | 363 | 152 | 0 | 3 | 72 | 2 | 71 | 136 | 106 |
| Binary | 11111010 | 11110011 | 1101010 | 0 | 11 | 111010 | 10 | 111001 | 1011110 | 1000110 |
Color Harmonies of #FAF36A
Complementary color
Monochromatic Colors of #FAF36A
Black with #FAF36A
Text Example
Text Example
White with #FAF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF36A; }
p { color: rgb(250,243,106); }
H1.HeaderClassName
{
color: #FAF36A;
}
.AnyTagClassName
{
color: #FAF36A;
}
</style>
background-color css
<style>
a { background-color: #FAF36A; }
a { background-color: rgb(250,243,106); }
div.DivClassName
{
background-color: #FAF36A;
}
.BgClassName
{
background-color: #FAF36A;
}
</style>
border-color css
<style>
span { border-color: #FAF36A; }
span { border-color: rgb(250,243,106); }
td.TdClassName
{
border-color: #FAF36A;
}
.TagClassName
{
border-color: #FAF36A;
}
</style>