Shades of Dolly #F8FE7D
Tints of Dolly #F8FE7D
RGB
CMYK
RGB Variations
Color information
#F8FE7D (or 0xF8FE7D) is known color: Dolly. HEX triplet: F8, FE and 7D. RGB value is (248,254,125). Sum of RGB (Red+Green+Blue) = 248+254+125=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 125 (49.22% from 255 or 19.94% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FE7D is #070182. Grayscale: #EEEEEE. Windows color (decimal): -459139 or 8257272. OLE color: 8257272.
HSL color Cylindrical-coordinate representation of color #F8FE7D: hue angle of 62.79º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8FE7D is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 125 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.00 |
| HSL | 62.79º | 0.98% | 0.74% | - |
| HSV(B) | 62.79º | 0.51% | 1% | - |
| XYZ | 77.85 | 92.32 | 33.12 | - |
| YUV | 237.5 | 64.51 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 125 | 0.02 | 0 | 0.51 | 0.00 | 62.79 | 0.98 | 0.74 |
| Hex | F8 | FE | 7D | 2 | 0 | 33 | 0 | 3F | 62 | 4A |
| Octal | 370 | 376 | 175 | 2 | 0 | 63 | 0 | 77 | 142 | 112 |
| Binary | 11111000 | 11111110 | 1111101 | 10 | 0 | 110011 | 0 | 111111 | 1100010 | 1001010 |
Color Harmonies of #F8FE7D
Complementary color
Monochromatic Colors of #F8FE7D
Black with #F8FE7D
Text Example
Text Example
White with #F8FE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FE7D; }
p { color: rgb(248,254,125); }
H1.HeaderClassName
{
color: #F8FE7D;
}
.AnyTagClassName
{
color: #F8FE7D;
}
</style>
background-color css
<style>
a { background-color: #F8FE7D; }
a { background-color: rgb(248,254,125); }
div.DivClassName
{
background-color: #F8FE7D;
}
.BgClassName
{
background-color: #F8FE7D;
}
</style>
border-color css
<style>
span { border-color: #F8FE7D; }
span { border-color: rgb(248,254,125); }
td.TdClassName
{
border-color: #F8FE7D;
}
.TagClassName
{
border-color: #F8FE7D;
}
</style>