Shades of Dolly #F5F67B
Tints of Dolly #F5F67B
RGB
CMYK
RGB Variations
Color information
#F5F67B (or 0xF5F67B) is known color: Dolly. HEX triplet: F5, F6 and 7B. RGB value is (245,246,123). Sum of RGB (Red+Green+Blue) = 245+246+123=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 123 (48.44% from 255 or 20.03% from 614); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F67B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F67B is #0A0984. Grayscale: #E8E8E8. Windows color (decimal): -657797 or 8124149. OLE color: 8124149.
HSL color Cylindrical-coordinate representation of color #F5F67B: hue angle of 60.49º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5F67B is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 246 | 123 | - |
| CMYK | 0.00 | 0 | 0.50 | 0.04 |
| HSL | 60.49º | 0.87% | 0.72% | - |
| HSV(B) | 60.49º | 0.5% | 0.96% | - |
| XYZ | 74.19 | 86.75 | 31.57 | - |
| YUV | 231.68 | 66.67 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 246 | 123 | 0.00 | 0 | 0.50 | 0.04 | 60.49 | 0.87 | 0.72 |
| Hex | F5 | F6 | 7B | 0 | 0 | 32 | 4 | 3C | 57 | 48 |
| Octal | 365 | 366 | 173 | 0 | 0 | 62 | 4 | 74 | 127 | 110 |
| Binary | 11110101 | 11110110 | 1111011 | 0 | 0 | 110010 | 100 | 111100 | 1010111 | 1001000 |
Color Harmonies of #F5F67B
Complementary color
Monochromatic Colors of #F5F67B
Black with #F5F67B
Text Example
Text Example
White with #F5F67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F67B; }
p { color: rgb(245,246,123); }
H1.HeaderClassName
{
color: #F5F67B;
}
.AnyTagClassName
{
color: #F5F67B;
}
</style>
background-color css
<style>
a { background-color: #F5F67B; }
a { background-color: rgb(245,246,123); }
div.DivClassName
{
background-color: #F5F67B;
}
.BgClassName
{
background-color: #F5F67B;
}
</style>
border-color css
<style>
span { border-color: #F5F67B; }
span { border-color: rgb(245,246,123); }
td.TdClassName
{
border-color: #F5F67B;
}
.TagClassName
{
border-color: #F5F67B;
}
</style>