Shades of Salomie #FAD27A
Tints of Salomie #FAD27A
RGB
CMYK
RGB Variations
Color information
#FAD27A (or 0xFAD27A) is known color: Salomie. HEX triplet: FA, D2 and 7A. RGB value is (250,210,122). Sum of RGB (Red+Green+Blue) = 250+210+122=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD27A is #052D85. Grayscale: #D4D4D4. Windows color (decimal): -339334 or 8049402. OLE color: 8049402.
HSL color Cylindrical-coordinate representation of color #FAD27A: hue angle of 41.25º 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 #FAD27A is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 122 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.02 |
| HSL | 41.25º | 0.93% | 0.73% | - |
| HSV(B) | 41.25º | 0.51% | 0.98% | - |
| XYZ | 65.98 | 67.82 | 28.03 | - |
| YUV | 211.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 122 | 0 | 0.16 | 0.51 | 0.02 | 41.25 | 0.93 | 0.73 |
| Hex | FA | D2 | 7A | 0 | 10 | 33 | 2 | 29 | 5D | 49 |
| Octal | 372 | 322 | 172 | 0 | 20 | 63 | 2 | 51 | 135 | 111 |
| Binary | 11111010 | 11010010 | 1111010 | 0 | 10000 | 110011 | 10 | 101001 | 1011101 | 1001001 |
Color Harmonies of #FAD27A
Complementary color
Monochromatic Colors of #FAD27A
Black with #FAD27A
Text Example
Text Example
White with #FAD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD27A; }
p { color: rgb(250,210,122); }
H1.HeaderClassName
{
color: #FAD27A;
}
.AnyTagClassName
{
color: #FAD27A;
}
</style>
background-color css
<style>
a { background-color: #FAD27A; }
a { background-color: rgb(250,210,122); }
div.DivClassName
{
background-color: #FAD27A;
}
.BgClassName
{
background-color: #FAD27A;
}
</style>
border-color css
<style>
span { border-color: #FAD27A; }
span { border-color: rgb(250,210,122); }
td.TdClassName
{
border-color: #FAD27A;
}
.TagClassName
{
border-color: #FAD27A;
}
</style>