Shades of Sunglow #FED134
Tints of Sunglow #FED134
RGB
CMYK
RGB Variations
Color information
#FED134 (or 0xFED134) is known color: Sunglow. HEX triplet: FE, D1 and 34. RGB value is (254,209,52). Sum of RGB (Red+Green+Blue) = 254+209+52=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 52 (20.70% from 255 or 10.10% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FED134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED134 is #012ECB. Grayscale: #CDCDCD. Windows color (decimal): -77516 or 3461630. OLE color: 3461630.
HSL color Cylindrical-coordinate representation of color #FED134: hue angle of 46.63º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FED134 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 52 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.00 |
| HSL | 46.63º | 0.99% | 0.6% | - |
| HSV(B) | 46.63º | 0.8% | 1% | - |
| XYZ | 64.29 | 66.92 | 12.78 | - |
| YUV | 204.56 | 41.91 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 52 | 0 | 0.18 | 0.80 | 0.00 | 46.63 | 0.99 | 0.6 |
| Hex | FE | D1 | 34 | 0 | 12 | 50 | 0 | 2F | 63 | 3C |
| Octal | 376 | 321 | 64 | 0 | 22 | 120 | 0 | 57 | 143 | 74 |
| Binary | 11111110 | 11010001 | 110100 | 0 | 10010 | 1010000 | 0 | 101111 | 1100011 | 111100 |
Color Harmonies of #FED134
Complementary color
Monochromatic Colors of #FED134
Black with #FED134
Text Example
Text Example
White with #FED134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED134; }
p { color: rgb(254,209,52); }
H1.HeaderClassName
{
color: #FED134;
}
.AnyTagClassName
{
color: #FED134;
}
</style>
background-color css
<style>
a { background-color: #FED134; }
a { background-color: rgb(254,209,52); }
div.DivClassName
{
background-color: #FED134;
}
.BgClassName
{
background-color: #FED134;
}
</style>
border-color css
<style>
span { border-color: #FED134; }
span { border-color: rgb(254,209,52); }
td.TdClassName
{
border-color: #FED134;
}
.TagClassName
{
border-color: #FED134;
}
</style>