Shades of Salomie #FBD379
Tints of Salomie #FBD379
RGB
CMYK
RGB Variations
Color information
#FBD379 (or 0xFBD379) is known color: Salomie. HEX triplet: FB, D3 and 79. RGB value is (251,211,121). Sum of RGB (Red+Green+Blue) = 251+211+121=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD379 is #042C86. Grayscale: #D5D5D5. Windows color (decimal): -273543 or 7984123. OLE color: 7984123.
HSL color Cylindrical-coordinate representation of color #FBD379: hue angle of 41.54º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBD379 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 211 | 121 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.02 |
| HSL | 41.54º | 0.94% | 0.73% | - |
| HSV(B) | 41.54º | 0.52% | 0.98% | - |
| XYZ | 66.53 | 68.48 | 27.8 | - |
| YUV | 212.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 211 | 121 | 0 | 0.16 | 0.52 | 0.02 | 41.54 | 0.94 | 0.73 |
| Hex | FB | D3 | 79 | 0 | 10 | 34 | 2 | 2A | 5E | 49 |
| Octal | 373 | 323 | 171 | 0 | 20 | 64 | 2 | 52 | 136 | 111 |
| Binary | 11111011 | 11010011 | 1111001 | 0 | 10000 | 110100 | 10 | 101010 | 1011110 | 1001001 |
Color Harmonies of #FBD379
Complementary color
Monochromatic Colors of #FBD379
Black with #FBD379
Text Example
Text Example
White with #FBD379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD379; }
p { color: rgb(251,211,121); }
H1.HeaderClassName
{
color: #FBD379;
}
.AnyTagClassName
{
color: #FBD379;
}
</style>
background-color css
<style>
a { background-color: #FBD379; }
a { background-color: rgb(251,211,121); }
div.DivClassName
{
background-color: #FBD379;
}
.BgClassName
{
background-color: #FBD379;
}
</style>
border-color css
<style>
span { border-color: #FBD379; }
span { border-color: rgb(251,211,121); }
td.TdClassName
{
border-color: #FBD379;
}
.TagClassName
{
border-color: #FBD379;
}
</style>