Shades of Sunglow #FED130
Tints of Sunglow #FED130
RGB
CMYK
RGB Variations
Color information
#FED130 (or 0xFED130) is known color: Sunglow. HEX triplet: FE, D1 and 30. RGB value is (254,209,48). Sum of RGB (Red+Green+Blue) = 254+209+48=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 48 (19.14% from 255 or 9.39% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FED130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED130 is #012ECF. Grayscale: #CCCCCC. Windows color (decimal): -77520 or 3199486. OLE color: 3199486.
HSL color Cylindrical-coordinate representation of color #FED130: hue angle of 46.89º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FED130 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 48 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.00 |
| HSL | 46.89º | 0.99% | 0.59% | - |
| HSV(B) | 46.89º | 0.81% | 1% | - |
| XYZ | 64.21 | 66.89 | 12.32 | - |
| YUV | 204.1 | 39.91 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 48 | 0 | 0.18 | 0.81 | 0.00 | 46.89 | 0.99 | 0.59 |
| Hex | FE | D1 | 30 | 0 | 12 | 51 | 0 | 2F | 63 | 3B |
| Octal | 376 | 321 | 60 | 0 | 22 | 121 | 0 | 57 | 143 | 73 |
| Binary | 11111110 | 11010001 | 110000 | 0 | 10010 | 1010001 | 0 | 101111 | 1100011 | 111011 |
Color Harmonies of #FED130
Complementary color
Monochromatic Colors of #FED130
Black with #FED130
Text Example
Text Example
White with #FED130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED130; }
p { color: rgb(254,209,48); }
H1.HeaderClassName
{
color: #FED130;
}
.AnyTagClassName
{
color: #FED130;
}
</style>
background-color css
<style>
a { background-color: #FED130; }
a { background-color: rgb(254,209,48); }
div.DivClassName
{
background-color: #FED130;
}
.BgClassName
{
background-color: #FED130;
}
</style>
border-color css
<style>
span { border-color: #FED130; }
span { border-color: rgb(254,209,48); }
td.TdClassName
{
border-color: #FED130;
}
.TagClassName
{
border-color: #FED130;
}
</style>