Shades of Sunglow #FED138
Tints of Sunglow #FED138
RGB
CMYK
RGB Variations
Color information
#FED138 (or 0xFED138) is known color: Sunglow. HEX triplet: FE, D1 and 38. RGB value is (254,209,56). Sum of RGB (Red+Green+Blue) = 254+209+56=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 56 (22.27% from 255 or 10.79% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FED138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED138 is #012EC7. Grayscale: #CDCDCD. Windows color (decimal): -77512 or 3723774. OLE color: 3723774.
HSL color Cylindrical-coordinate representation of color #FED138: hue angle of 46.36º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FED138 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 56 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.00 |
| HSL | 46.36º | 0.99% | 0.61% | - |
| HSV(B) | 46.36º | 0.78% | 1% | - |
| XYZ | 64.39 | 66.96 | 13.27 | - |
| YUV | 205.01 | 43.91 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 56 | 0 | 0.18 | 0.78 | 0.00 | 46.36 | 0.99 | 0.61 |
| Hex | FE | D1 | 38 | 0 | 12 | 4E | 0 | 2E | 63 | 3D |
| Octal | 376 | 321 | 70 | 0 | 22 | 116 | 0 | 56 | 143 | 75 |
| Binary | 11111110 | 11010001 | 111000 | 0 | 10010 | 1001110 | 0 | 101110 | 1100011 | 111101 |
Color Harmonies of #FED138
Complementary color
Monochromatic Colors of #FED138
Black with #FED138
Text Example
Text Example
White with #FED138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED138; }
p { color: rgb(254,209,56); }
H1.HeaderClassName
{
color: #FED138;
}
.AnyTagClassName
{
color: #FED138;
}
</style>
background-color css
<style>
a { background-color: #FED138; }
a { background-color: rgb(254,209,56); }
div.DivClassName
{
background-color: #FED138;
}
.BgClassName
{
background-color: #FED138;
}
</style>
border-color css
<style>
span { border-color: #FED138; }
span { border-color: rgb(254,209,56); }
td.TdClassName
{
border-color: #FED138;
}
.TagClassName
{
border-color: #FED138;
}
</style>