Shades of Salomie #FAD27B
Tints of Salomie #FAD27B
RGB
CMYK
RGB Variations
Color information
#FAD27B (or 0xFAD27B) is known color: Salomie. HEX triplet: FA, D2 and 7B. RGB value is (250,210,123). Sum of RGB (Red+Green+Blue) = 250+210+123=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD27B is #052D84. Grayscale: #D4D4D4. Windows color (decimal): -339333 or 8114938. OLE color: 8114938.
HSL color Cylindrical-coordinate representation of color #FAD27B: hue angle of 41.1º degrees, saturation: 0.93, 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 #FAD27B is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 123 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.02 |
| HSL | 41.1º | 0.93% | 0.73% | - |
| HSV(B) | 41.1º | 0.51% | 0.98% | - |
| XYZ | 66.05 | 67.85 | 28.35 | - |
| YUV | 212.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 123 | 0 | 0.16 | 0.51 | 0.02 | 41.1 | 0.93 | 0.73 |
| Hex | FA | D2 | 7B | 0 | 10 | 33 | 2 | 29 | 5D | 49 |
| Octal | 372 | 322 | 173 | 0 | 20 | 63 | 2 | 51 | 135 | 111 |
| Binary | 11111010 | 11010010 | 1111011 | 0 | 10000 | 110011 | 10 | 101001 | 1011101 | 1001001 |
Color Harmonies of #FAD27B
Complementary color
Monochromatic Colors of #FAD27B
Black with #FAD27B
Text Example
Text Example
White with #FAD27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD27B; }
p { color: rgb(250,210,123); }
H1.HeaderClassName
{
color: #FAD27B;
}
.AnyTagClassName
{
color: #FAD27B;
}
</style>
background-color css
<style>
a { background-color: #FAD27B; }
a { background-color: rgb(250,210,123); }
div.DivClassName
{
background-color: #FAD27B;
}
.BgClassName
{
background-color: #FAD27B;
}
</style>
border-color css
<style>
span { border-color: #FAD27B; }
span { border-color: rgb(250,210,123); }
td.TdClassName
{
border-color: #FAD27B;
}
.TagClassName
{
border-color: #FAD27B;
}
</style>