Shades of Sunglow #FED133
Tints of Sunglow #FED133
RGB
CMYK
RGB Variations
Color information
#FED133 (or 0xFED133) is known color: Sunglow. HEX triplet: FE, D1 and 33. RGB value is (254,209,51). Sum of RGB (Red+Green+Blue) = 254+209+51=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 51 (20.31% from 255 or 9.92% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FED133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED133 is #012ECC. Grayscale: #CDCDCD. Windows color (decimal): -77517 or 3396094. OLE color: 3396094.
HSL color Cylindrical-coordinate representation of color #FED133: hue angle of 46.7º 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 #FED133 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 51 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.00 |
| HSL | 46.7º | 0.99% | 0.6% | - |
| HSV(B) | 46.7º | 0.8% | 1% | - |
| XYZ | 64.27 | 66.91 | 12.66 | - |
| YUV | 204.44 | 41.41 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 51 | 0 | 0.18 | 0.80 | 0.00 | 46.7 | 0.99 | 0.6 |
| Hex | FE | D1 | 33 | 0 | 12 | 50 | 0 | 2F | 63 | 3C |
| Octal | 376 | 321 | 63 | 0 | 22 | 120 | 0 | 57 | 143 | 74 |
| Binary | 11111110 | 11010001 | 110011 | 0 | 10010 | 1010000 | 0 | 101111 | 1100011 | 111100 |
Color Harmonies of #FED133
Complementary color
Monochromatic Colors of #FED133
Black with #FED133
Text Example
Text Example
White with #FED133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED133; }
p { color: rgb(254,209,51); }
H1.HeaderClassName
{
color: #FED133;
}
.AnyTagClassName
{
color: #FED133;
}
</style>
background-color css
<style>
a { background-color: #FED133; }
a { background-color: rgb(254,209,51); }
div.DivClassName
{
background-color: #FED133;
}
.BgClassName
{
background-color: #FED133;
}
</style>
border-color css
<style>
span { border-color: #FED133; }
span { border-color: rgb(254,209,51); }
td.TdClassName
{
border-color: #FED133;
}
.TagClassName
{
border-color: #FED133;
}
</style>