Shades of Dolly #FBF268
Tints of Dolly #FBF268
RGB
CMYK
RGB Variations
Color information
#FBF268 (or 0xFBF268) is known color: Dolly. HEX triplet: FB, F2 and 68. RGB value is (251,242,104). Sum of RGB (Red+Green+Blue) = 251+242+104=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 104 (41.02% from 255 or 17.42% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF268 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF268 is #040D97. Grayscale: #E5E5E5. Windows color (decimal): -265624 or 6877947. OLE color: 6877947.
HSL color Cylindrical-coordinate representation of color #FBF268: hue angle of 56.33º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBF268 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 104 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.02 |
| HSL | 56.33º | 0.95% | 0.7% | - |
| HSV(B) | 56.33º | 0.59% | 0.98% | - |
| XYZ | 74.03 | 85.01 | 25.6 | - |
| YUV | 228.96 | 57.48 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 104 | 0 | 0.04 | 0.59 | 0.02 | 56.33 | 0.95 | 0.7 |
| Hex | FB | F2 | 68 | 0 | 4 | 3B | 2 | 38 | 5F | 46 |
| Octal | 373 | 362 | 150 | 0 | 4 | 73 | 2 | 70 | 137 | 106 |
| Binary | 11111011 | 11110010 | 1101000 | 0 | 100 | 111011 | 10 | 111000 | 1011111 | 1000110 |
Color Harmonies of #FBF268
Complementary color
Monochromatic Colors of #FBF268
Black with #FBF268
Text Example
Text Example
White with #FBF268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF268; }
p { color: rgb(251,242,104); }
H1.HeaderClassName
{
color: #FBF268;
}
.AnyTagClassName
{
color: #FBF268;
}
</style>
background-color css
<style>
a { background-color: #FBF268; }
a { background-color: rgb(251,242,104); }
div.DivClassName
{
background-color: #FBF268;
}
.BgClassName
{
background-color: #FBF268;
}
</style>
border-color css
<style>
span { border-color: #FBF268; }
span { border-color: rgb(251,242,104); }
td.TdClassName
{
border-color: #FBF268;
}
.TagClassName
{
border-color: #FBF268;
}
</style>