Shades of Salomie #FED27D
Tints of Salomie #FED27D
RGB
CMYK
RGB Variations
Color information
#FED27D (or 0xFED27D) is known color: Salomie. HEX triplet: FE, D2 and 7D. RGB value is (254,210,125). Sum of RGB (Red+Green+Blue) = 254+210+125=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FED27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED27D is #012D82. Grayscale: #D5D5D5. Windows color (decimal): -77187 or 8246014. OLE color: 8246014.
HSL color Cylindrical-coordinate representation of color #FED27D: hue angle of 39.53º 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 #FED27D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 125 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.00 |
| HSL | 39.53º | 0.98% | 0.74% | - |
| HSV(B) | 39.53º | 0.51% | 1% | - |
| XYZ | 67.62 | 68.64 | 29.09 | - |
| YUV | 213.47 | 78.08 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 125 | 0 | 0.17 | 0.51 | 0.00 | 39.53 | 0.98 | 0.74 |
| Hex | FE | D2 | 7D | 0 | 11 | 33 | 0 | 28 | 62 | 4A |
| Octal | 376 | 322 | 175 | 0 | 21 | 63 | 0 | 50 | 142 | 112 |
| Binary | 11111110 | 11010010 | 1111101 | 0 | 10001 | 110011 | 0 | 101000 | 1100010 | 1001010 |
Color Harmonies of #FED27D
Complementary color
Monochromatic Colors of #FED27D
Black with #FED27D
Text Example
Text Example
White with #FED27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED27D; }
p { color: rgb(254,210,125); }
H1.HeaderClassName
{
color: #FED27D;
}
.AnyTagClassName
{
color: #FED27D;
}
</style>
background-color css
<style>
a { background-color: #FED27D; }
a { background-color: rgb(254,210,125); }
div.DivClassName
{
background-color: #FED27D;
}
.BgClassName
{
background-color: #FED27D;
}
</style>
border-color css
<style>
span { border-color: #FED27D; }
span { border-color: rgb(254,210,125); }
td.TdClassName
{
border-color: #FED27D;
}
.TagClassName
{
border-color: #FED27D;
}
</style>