Shades of Dolly #F8F367
Tints of Dolly #F8F367
RGB
CMYK
RGB Variations
Color information
#F8F367 (or 0xF8F367) is known color: Dolly. HEX triplet: F8, F3 and 67. RGB value is (248,243,103). Sum of RGB (Red+Green+Blue) = 248+243+103=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 103 (40.62% from 255 or 17.34% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F367 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F367 is #070C98. Grayscale: #E5E5E5. Windows color (decimal): -461977 or 6812664. OLE color: 6812664.
HSL color Cylindrical-coordinate representation of color #F8F367: hue angle of 57.93º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8F367 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 103 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.03 |
| HSL | 57.93º | 0.91% | 0.69% | - |
| HSV(B) | 57.93º | 0.58% | 0.97% | - |
| XYZ | 73.21 | 85.04 | 25.39 | - |
| YUV | 228.54 | 57.16 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 103 | 0 | 0.02 | 0.58 | 0.03 | 57.93 | 0.91 | 0.69 |
| Hex | F8 | F3 | 67 | 0 | 2 | 3A | 3 | 3A | 5B | 45 |
| Octal | 370 | 363 | 147 | 0 | 2 | 72 | 3 | 72 | 133 | 105 |
| Binary | 11111000 | 11110011 | 1100111 | 0 | 10 | 111010 | 11 | 111010 | 1011011 | 1000101 |
Color Harmonies of #F8F367
Complementary color
Monochromatic Colors of #F8F367
Black with #F8F367
Text Example
Text Example
White with #F8F367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F367; }
p { color: rgb(248,243,103); }
H1.HeaderClassName
{
color: #F8F367;
}
.AnyTagClassName
{
color: #F8F367;
}
</style>
background-color css
<style>
a { background-color: #F8F367; }
a { background-color: rgb(248,243,103); }
div.DivClassName
{
background-color: #F8F367;
}
.BgClassName
{
background-color: #F8F367;
}
</style>
border-color css
<style>
span { border-color: #F8F367; }
span { border-color: rgb(248,243,103); }
td.TdClassName
{
border-color: #F8F367;
}
.TagClassName
{
border-color: #F8F367;
}
</style>