Shades of Salomie #FBD27A
Tints of Salomie #FBD27A
RGB
CMYK
RGB Variations
Color information
#FBD27A (or 0xFBD27A) is known color: Salomie. HEX triplet: FB, D2 and 7A. RGB value is (251,210,122). Sum of RGB (Red+Green+Blue) = 251+210+122=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBD27A is #042D85. Grayscale: #D4D4D4. Windows color (decimal): -273798 or 8049403. OLE color: 8049403.
HSL color Cylindrical-coordinate representation of color #FBD27A: hue angle of 40.93º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBD27A is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 122 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.02 |
| HSL | 40.93º | 0.94% | 0.73% | - |
| HSV(B) | 40.93º | 0.51% | 0.98% | - |
| XYZ | 66.34 | 68.01 | 28.04 | - |
| YUV | 212.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 122 | 0 | 0.16 | 0.51 | 0.02 | 40.93 | 0.94 | 0.73 |
| Hex | FB | D2 | 7A | 0 | 10 | 33 | 2 | 29 | 5E | 49 |
| Octal | 373 | 322 | 172 | 0 | 20 | 63 | 2 | 51 | 136 | 111 |
| Binary | 11111011 | 11010010 | 1111010 | 0 | 10000 | 110011 | 10 | 101001 | 1011110 | 1001001 |
Color Harmonies of #FBD27A
Complementary color
Monochromatic Colors of #FBD27A
Black with #FBD27A
Text Example
Text Example
White with #FBD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD27A; }
p { color: rgb(251,210,122); }
H1.HeaderClassName
{
color: #FBD27A;
}
.AnyTagClassName
{
color: #FBD27A;
}
</style>
background-color css
<style>
a { background-color: #FBD27A; }
a { background-color: rgb(251,210,122); }
div.DivClassName
{
background-color: #FBD27A;
}
.BgClassName
{
background-color: #FBD27A;
}
</style>
border-color css
<style>
span { border-color: #FBD27A; }
span { border-color: rgb(251,210,122); }
td.TdClassName
{
border-color: #FBD27A;
}
.TagClassName
{
border-color: #FBD27A;
}
</style>