Shades of Dolly #F5F267
Tints of Dolly #F5F267
RGB
CMYK
RGB Variations
Color information
#F5F267 (or 0xF5F267) is known color: Dolly. HEX triplet: F5, F2 and 67. RGB value is (245,242,103). Sum of RGB (Red+Green+Blue) = 245+242+103=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 103 (40.62% from 255 or 17.46% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F267 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F267 is #0A0D98. Grayscale: #E3E3E3. Windows color (decimal): -658841 or 6812405. OLE color: 6812405.
HSL color Cylindrical-coordinate representation of color #F5F267: hue angle of 58.73º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5F267 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 103 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.04 |
| HSL | 58.73º | 0.88% | 0.68% | - |
| HSV(B) | 58.73º | 0.58% | 0.96% | - |
| XYZ | 71.86 | 83.9 | 25.24 | - |
| YUV | 227.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 103 | 0 | 0.01 | 0.58 | 0.04 | 58.73 | 0.88 | 0.68 |
| Hex | F5 | F2 | 67 | 0 | 1 | 3A | 4 | 3B | 58 | 44 |
| Octal | 365 | 362 | 147 | 0 | 1 | 72 | 4 | 73 | 130 | 104 |
| Binary | 11110101 | 11110010 | 1100111 | 0 | 1 | 111010 | 100 | 111011 | 1011000 | 1000100 |
Color Harmonies of #F5F267
Complementary color
Monochromatic Colors of #F5F267
Black with #F5F267
Text Example
Text Example
White with #F5F267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F267; }
p { color: rgb(245,242,103); }
H1.HeaderClassName
{
color: #F5F267;
}
.AnyTagClassName
{
color: #F5F267;
}
</style>
background-color css
<style>
a { background-color: #F5F267; }
a { background-color: rgb(245,242,103); }
div.DivClassName
{
background-color: #F5F267;
}
.BgClassName
{
background-color: #F5F267;
}
</style>
border-color css
<style>
span { border-color: #F5F267; }
span { border-color: rgb(245,242,103); }
td.TdClassName
{
border-color: #F5F267;
}
.TagClassName
{
border-color: #F5F267;
}
</style>