Shades of Dolly #F8F36B
Tints of Dolly #F8F36B
RGB
CMYK
RGB Variations
Color information
#F8F36B (or 0xF8F36B) is known color: Dolly. HEX triplet: F8, F3 and 6B. RGB value is (248,243,107). Sum of RGB (Red+Green+Blue) = 248+243+107=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 107 (42.19% from 255 or 17.89% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F36B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F36B is #070C94. Grayscale: #E5E5E5. Windows color (decimal): -461973 or 7074808. OLE color: 7074808.
HSL color Cylindrical-coordinate representation of color #F8F36B: hue angle of 57.87º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8F36B is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 107 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.03 |
| HSL | 57.87º | 0.91% | 0.7% | - |
| HSV(B) | 57.87º | 0.57% | 0.97% | - |
| XYZ | 73.42 | 85.12 | 26.47 | - |
| YUV | 228.99 | 59.16 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 107 | 0 | 0.02 | 0.57 | 0.03 | 57.87 | 0.91 | 0.7 |
| Hex | F8 | F3 | 6B | 0 | 2 | 39 | 3 | 3A | 5B | 46 |
| Octal | 370 | 363 | 153 | 0 | 2 | 71 | 3 | 72 | 133 | 106 |
| Binary | 11111000 | 11110011 | 1101011 | 0 | 10 | 111001 | 11 | 111010 | 1011011 | 1000110 |
Color Harmonies of #F8F36B
Complementary color
Monochromatic Colors of #F8F36B
Black with #F8F36B
Text Example
Text Example
White with #F8F36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F36B; }
p { color: rgb(248,243,107); }
H1.HeaderClassName
{
color: #F8F36B;
}
.AnyTagClassName
{
color: #F8F36B;
}
</style>
background-color css
<style>
a { background-color: #F8F36B; }
a { background-color: rgb(248,243,107); }
div.DivClassName
{
background-color: #F8F36B;
}
.BgClassName
{
background-color: #F8F36B;
}
</style>
border-color css
<style>
span { border-color: #F8F36B; }
span { border-color: rgb(248,243,107); }
td.TdClassName
{
border-color: #F8F36B;
}
.TagClassName
{
border-color: #F8F36B;
}
</style>