Shades of Dolly #FAF367
Tints of Dolly #FAF367
RGB
CMYK
RGB Variations
Color information
#FAF367 (or 0xFAF367) is known color: Dolly. HEX triplet: FA, F3 and 67. RGB value is (250,243,103). Sum of RGB (Red+Green+Blue) = 250+243+103=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 103 (40.62% from 255 or 17.28% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF367 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF367 is #050C98. Grayscale: #E5E5E5. Windows color (decimal): -330905 or 6812666. OLE color: 6812666.
HSL color Cylindrical-coordinate representation of color #FAF367: hue angle of 57.14º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAF367 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 103 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.02 |
| HSL | 57.14º | 0.94% | 0.69% | - |
| HSV(B) | 57.14º | 0.59% | 0.98% | - |
| XYZ | 73.92 | 85.4 | 25.42 | - |
| YUV | 229.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 103 | 0 | 0.03 | 0.59 | 0.02 | 57.14 | 0.94 | 0.69 |
| Hex | FA | F3 | 67 | 0 | 3 | 3B | 2 | 39 | 5E | 45 |
| Octal | 372 | 363 | 147 | 0 | 3 | 73 | 2 | 71 | 136 | 105 |
| Binary | 11111010 | 11110011 | 1100111 | 0 | 11 | 111011 | 10 | 111001 | 1011110 | 1000101 |
Color Harmonies of #FAF367
Complementary color
Monochromatic Colors of #FAF367
Black with #FAF367
Text Example
Text Example
White with #FAF367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF367; }
p { color: rgb(250,243,103); }
H1.HeaderClassName
{
color: #FAF367;
}
.AnyTagClassName
{
color: #FAF367;
}
</style>
background-color css
<style>
a { background-color: #FAF367; }
a { background-color: rgb(250,243,103); }
div.DivClassName
{
background-color: #FAF367;
}
.BgClassName
{
background-color: #FAF367;
}
</style>
border-color css
<style>
span { border-color: #FAF367; }
span { border-color: rgb(250,243,103); }
td.TdClassName
{
border-color: #FAF367;
}
.TagClassName
{
border-color: #FAF367;
}
</style>