Shades of Sunglow #FED535
Tints of Sunglow #FED535
RGB
CMYK
RGB Variations
Color information
#FED535 (or 0xFED535) is known color: Sunglow. HEX triplet: FE, D5 and 35. RGB value is (254,213,53). Sum of RGB (Red+Green+Blue) = 254+213+53=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 53 (21.09% from 255 or 10.19% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FED535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED535 is #012ACA. Grayscale: #CFCFCF. Windows color (decimal): -76491 or 3528190. OLE color: 3528190.
HSL color Cylindrical-coordinate representation of color #FED535: hue angle of 47.76º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FED535 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 53 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.00 |
| HSL | 47.76º | 0.99% | 0.6% | - |
| HSV(B) | 47.76º | 0.79% | 1% | - |
| XYZ | 65.31 | 68.92 | 13.23 | - |
| YUV | 207.02 | 41.08 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 53 | 0 | 0.16 | 0.79 | 0.00 | 47.76 | 0.99 | 0.6 |
| Hex | FE | D5 | 35 | 0 | 10 | 4F | 0 | 30 | 63 | 3C |
| Octal | 376 | 325 | 65 | 0 | 20 | 117 | 0 | 60 | 143 | 74 |
| Binary | 11111110 | 11010101 | 110101 | 0 | 10000 | 1001111 | 0 | 110000 | 1100011 | 111100 |
Color Harmonies of #FED535
Complementary color
Monochromatic Colors of #FED535
Black with #FED535
Text Example
Text Example
White with #FED535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED535; }
p { color: rgb(254,213,53); }
H1.HeaderClassName
{
color: #FED535;
}
.AnyTagClassName
{
color: #FED535;
}
</style>
background-color css
<style>
a { background-color: #FED535; }
a { background-color: rgb(254,213,53); }
div.DivClassName
{
background-color: #FED535;
}
.BgClassName
{
background-color: #FED535;
}
</style>
border-color css
<style>
span { border-color: #FED535; }
span { border-color: rgb(254,213,53); }
td.TdClassName
{
border-color: #FED535;
}
.TagClassName
{
border-color: #FED535;
}
</style>