Shades of Sunglow #FED635
Tints of Sunglow #FED635
RGB
CMYK
RGB Variations
Color information
#FED635 (or 0xFED635) is known color: Sunglow. HEX triplet: FE, D6 and 35. RGB value is (254,214,53). Sum of RGB (Red+Green+Blue) = 254+214+53=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 53 (21.09% from 255 or 10.17% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FED635 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED635 is #0129CA. Grayscale: #D0D0D0. Windows color (decimal): -76235 or 3528446. OLE color: 3528446.
HSL color Cylindrical-coordinate representation of color #FED635: hue angle of 48.06º 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 #FED635 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 53 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.00 |
| HSL | 48.06º | 0.99% | 0.6% | - |
| HSV(B) | 48.06º | 0.79% | 1% | - |
| XYZ | 65.56 | 69.42 | 13.31 | - |
| YUV | 207.61 | 40.75 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 53 | 0 | 0.16 | 0.79 | 0.00 | 48.06 | 0.99 | 0.6 |
| Hex | FE | D6 | 35 | 0 | 10 | 4F | 0 | 30 | 63 | 3C |
| Octal | 376 | 326 | 65 | 0 | 20 | 117 | 0 | 60 | 143 | 74 |
| Binary | 11111110 | 11010110 | 110101 | 0 | 10000 | 1001111 | 0 | 110000 | 1100011 | 111100 |
Color Harmonies of #FED635
Complementary color
Monochromatic Colors of #FED635
Black with #FED635
Text Example
Text Example
White with #FED635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED635; }
p { color: rgb(254,214,53); }
H1.HeaderClassName
{
color: #FED635;
}
.AnyTagClassName
{
color: #FED635;
}
</style>
background-color css
<style>
a { background-color: #FED635; }
a { background-color: rgb(254,214,53); }
div.DivClassName
{
background-color: #FED635;
}
.BgClassName
{
background-color: #FED635;
}
</style>
border-color css
<style>
span { border-color: #FED635; }
span { border-color: rgb(254,214,53); }
td.TdClassName
{
border-color: #FED635;
}
.TagClassName
{
border-color: #FED635;
}
</style>