Shades of Salomie #FFD47B
Tints of Salomie #FFD47B
RGB
CMYK
RGB Variations
Color information
#FFD47B (or 0xFFD47B) is known color: Salomie. HEX triplet: FF, D4 and 7B. RGB value is (255,212,123). Sum of RGB (Red+Green+Blue) = 255+212+123=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 123 (48.44% from 255 or 20.85% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD47B is #002B84. Grayscale: #D7D7D7. Windows color (decimal): -11141 or 8115455. OLE color: 8115455.
HSL color Cylindrical-coordinate representation of color #FFD47B: hue angle of 40.45º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFD47B is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 123 | - |
| CMYK | 0 | 0.17 | 0.52 | 0 |
| HSL | 40.45º | 1% | 0.74% | - |
| HSV(B) | 40.45º | 0.52% | 1% | - |
| XYZ | 68.36 | 69.78 | 28.6 | - |
| YUV | 214.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 123 | 0 | 0.17 | 0.52 | 0 | 40.45 | 1 | 0.74 |
| Hex | FF | D4 | 7B | 0 | 11 | 34 | 0 | 28 | 64 | 4A |
| Octal | 377 | 324 | 173 | 0 | 21 | 64 | 0 | 50 | 144 | 112 |
| Binary | 11111111 | 11010100 | 1111011 | 0 | 10001 | 110100 | 0 | 101000 | 1100100 | 1001010 |
Color Harmonies of #FFD47B
Complementary color
Monochromatic Colors of #FFD47B
Black with #FFD47B
Text Example
Text Example
White with #FFD47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD47B; }
p { color: rgb(255,212,123); }
H1.HeaderClassName
{
color: #FFD47B;
}
.AnyTagClassName
{
color: #FFD47B;
}
</style>
background-color css
<style>
a { background-color: #FFD47B; }
a { background-color: rgb(255,212,123); }
div.DivClassName
{
background-color: #FFD47B;
}
.BgClassName
{
background-color: #FFD47B;
}
</style>
border-color css
<style>
span { border-color: #FFD47B; }
span { border-color: rgb(255,212,123); }
td.TdClassName
{
border-color: #FFD47B;
}
.TagClassName
{
border-color: #FFD47B;
}
</style>