Shades of Salomie #FEDB7B
Tints of Salomie #FEDB7B
RGB
CMYK
RGB Variations
Color information
#FEDB7B (or 0xFEDB7B) is known color: Salomie. HEX triplet: FE, DB and 7B. RGB value is (254,219,123). Sum of RGB (Red+Green+Blue) = 254+219+123=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 123 (48.44% from 255 or 20.64% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB7B is #012484. Grayscale: #DADADA. Windows color (decimal): -74885 or 8117246. OLE color: 8117246.
HSL color Cylindrical-coordinate representation of color #FEDB7B: hue angle of 43.97º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEDB7B is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 123 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.00 |
| HSL | 43.97º | 0.98% | 0.74% | - |
| HSV(B) | 43.97º | 0.52% | 1% | - |
| XYZ | 69.78 | 73.16 | 29.18 | - |
| YUV | 218.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 123 | 0 | 0.14 | 0.52 | 0.00 | 43.97 | 0.98 | 0.74 |
| Hex | FE | DB | 7B | 0 | E | 34 | 0 | 2C | 62 | 4A |
| Octal | 376 | 333 | 173 | 0 | 16 | 64 | 0 | 54 | 142 | 112 |
| Binary | 11111110 | 11011011 | 1111011 | 0 | 1110 | 110100 | 0 | 101100 | 1100010 | 1001010 |
Color Harmonies of #FEDB7B
Complementary color
Monochromatic Colors of #FEDB7B
Black with #FEDB7B
Text Example
Text Example
White with #FEDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB7B; }
p { color: rgb(254,219,123); }
H1.HeaderClassName
{
color: #FEDB7B;
}
.AnyTagClassName
{
color: #FEDB7B;
}
</style>
background-color css
<style>
a { background-color: #FEDB7B; }
a { background-color: rgb(254,219,123); }
div.DivClassName
{
background-color: #FEDB7B;
}
.BgClassName
{
background-color: #FEDB7B;
}
</style>
border-color css
<style>
span { border-color: #FEDB7B; }
span { border-color: rgb(254,219,123); }
td.TdClassName
{
border-color: #FEDB7B;
}
.TagClassName
{
border-color: #FEDB7B;
}
</style>