Shades of Salomie #FED37D
Tints of Salomie #FED37D
RGB
CMYK
RGB Variations
Color information
#FED37D (or 0xFED37D) is known color: Salomie. HEX triplet: FE, D3 and 7D. RGB value is (254,211,125). Sum of RGB (Red+Green+Blue) = 254+211+125=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FED37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED37D is #012C82. Grayscale: #D6D6D6. Windows color (decimal): -76931 or 8246270. OLE color: 8246270.
HSL color Cylindrical-coordinate representation of color #FED37D: hue angle of 40º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FED37D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 125 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.00 |
| HSL | 40º | 0.98% | 0.74% | - |
| HSV(B) | 40º | 0.51% | 1% | - |
| XYZ | 67.87 | 69.14 | 29.17 | - |
| YUV | 214.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 125 | 0 | 0.17 | 0.51 | 0.00 | 40 | 0.98 | 0.74 |
| Hex | FE | D3 | 7D | 0 | 11 | 33 | 0 | 28 | 62 | 4A |
| Octal | 376 | 323 | 175 | 0 | 21 | 63 | 0 | 50 | 142 | 112 |
| Binary | 11111110 | 11010011 | 1111101 | 0 | 10001 | 110011 | 0 | 101000 | 1100010 | 1001010 |
Color Harmonies of #FED37D
Complementary color
Monochromatic Colors of #FED37D
Black with #FED37D
Text Example
Text Example
White with #FED37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED37D; }
p { color: rgb(254,211,125); }
H1.HeaderClassName
{
color: #FED37D;
}
.AnyTagClassName
{
color: #FED37D;
}
</style>
background-color css
<style>
a { background-color: #FED37D; }
a { background-color: rgb(254,211,125); }
div.DivClassName
{
background-color: #FED37D;
}
.BgClassName
{
background-color: #FED37D;
}
</style>
border-color css
<style>
span { border-color: #FED37D; }
span { border-color: rgb(254,211,125); }
td.TdClassName
{
border-color: #FED37D;
}
.TagClassName
{
border-color: #FED37D;
}
</style>