Shades of Sun #FE8635
Tints of Sun #FE8635
RGB
CMYK
RGB Variations
Color information
#FE8635 (or 0xFE8635) is known color: Sun. HEX triplet: FE, 86 and 35. RGB value is (254,134,53). Sum of RGB (Red+Green+Blue) = 254+134+53=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8635 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8635 is #0179CA. Grayscale: #A1A1A1. Windows color (decimal): -96715 or 3507966. OLE color: 3507966.
HSL color Cylindrical-coordinate representation of color #FE8635: hue angle of 24.18º 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 #FE8635 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 53 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.00 |
| HSL | 24.18º | 0.99% | 0.6% | - |
| HSV(B) | 24.18º | 0.79% | 1% | - |
| XYZ | 50.04 | 38.38 | 8.14 | - |
| YUV | 160.65 | 67.26 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 53 | 0 | 0.47 | 0.79 | 0.00 | 24.18 | 0.99 | 0.6 |
| Hex | FE | 86 | 35 | 0 | 2F | 4F | 0 | 18 | 63 | 3C |
| Octal | 376 | 206 | 65 | 0 | 57 | 117 | 0 | 30 | 143 | 74 |
| Binary | 11111110 | 10000110 | 110101 | 0 | 101111 | 1001111 | 0 | 11000 | 1100011 | 111100 |
Color Harmonies of #FE8635
Complementary color
Monochromatic Colors of #FE8635
Black with #FE8635
Text Example
Text Example
White with #FE8635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8635; }
p { color: rgb(254,134,53); }
H1.HeaderClassName
{
color: #FE8635;
}
.AnyTagClassName
{
color: #FE8635;
}
</style>
background-color css
<style>
a { background-color: #FE8635; }
a { background-color: rgb(254,134,53); }
div.DivClassName
{
background-color: #FE8635;
}
.BgClassName
{
background-color: #FE8635;
}
</style>
border-color css
<style>
span { border-color: #FE8635; }
span { border-color: rgb(254,134,53); }
td.TdClassName
{
border-color: #FE8635;
}
.TagClassName
{
border-color: #FE8635;
}
</style>