Shades of Dolly #F3F269
Tints of Dolly #F3F269
RGB
CMYK
RGB Variations
Color information
#F3F269 (or 0xF3F269) is known color: Dolly. HEX triplet: F3, F2 and 69. RGB value is (243,242,105). Sum of RGB (Red+Green+Blue) = 243+242+105=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 105 (41.41% from 255 or 17.80% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F269 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F269 is #0C0D96. Grayscale: #E3E3E3. Windows color (decimal): -789911 or 6943475. OLE color: 6943475.
HSL color Cylindrical-coordinate representation of color #F3F269: hue angle of 59.57º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F3F269 is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 105 | - |
| CMYK | 0 | 0.00 | 0.57 | 0.05 |
| HSL | 59.57º | 0.85% | 0.68% | - |
| HSV(B) | 59.57º | 0.57% | 0.95% | - |
| XYZ | 71.26 | 83.58 | 25.74 | - |
| YUV | 226.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 105 | 0 | 0.00 | 0.57 | 0.05 | 59.57 | 0.85 | 0.68 |
| Hex | F3 | F2 | 69 | 0 | 0 | 39 | 5 | 3C | 55 | 44 |
| Octal | 363 | 362 | 151 | 0 | 0 | 71 | 5 | 74 | 125 | 104 |
| Binary | 11110011 | 11110010 | 1101001 | 0 | 0 | 111001 | 101 | 111100 | 1010101 | 1000100 |
Color Harmonies of #F3F269
Complementary color
Monochromatic Colors of #F3F269
Black with #F3F269
Text Example
Text Example
White with #F3F269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F269; }
p { color: rgb(243,242,105); }
H1.HeaderClassName
{
color: #F3F269;
}
.AnyTagClassName
{
color: #F3F269;
}
</style>
background-color css
<style>
a { background-color: #F3F269; }
a { background-color: rgb(243,242,105); }
div.DivClassName
{
background-color: #F3F269;
}
.BgClassName
{
background-color: #F3F269;
}
</style>
border-color css
<style>
span { border-color: #F3F269; }
span { border-color: rgb(243,242,105); }
td.TdClassName
{
border-color: #F3F269;
}
.TagClassName
{
border-color: #F3F269;
}
</style>