Shades of Sunset Orange #FE523A
Tints of Sunset Orange #FE523A
RGB
CMYK
RGB Variations
Color information
#FE523A (or 0xFE523A) is known color: Sunset Orange. HEX triplet: FE, 52 and 3A. RGB value is (254,82,58). Sum of RGB (Red+Green+Blue) = 254+82+58=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE523A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE523A is #01ADC5. Grayscale: #828282. Windows color (decimal): -110022 or 3822334. OLE color: 3822334.
HSL color Cylindrical-coordinate representation of color #FE523A: hue angle of 7.35º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE523A is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 58 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.00 |
| HSL | 7.35º | 0.99% | 0.61% | - |
| HSV(B) | 7.35º | 0.77% | 1% | - |
| XYZ | 44.65 | 27.41 | 6.94 | - |
| YUV | 130.69 | 86.98 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 58 | 0 | 0.68 | 0.77 | 0.00 | 7.35 | 0.99 | 0.61 |
| Hex | FE | 52 | 3A | 0 | 44 | 4D | 0 | 7 | 63 | 3D |
| Octal | 376 | 122 | 72 | 0 | 104 | 115 | 0 | 7 | 143 | 75 |
| Binary | 11111110 | 1010010 | 111010 | 0 | 1000100 | 1001101 | 0 | 111 | 1100011 | 111101 |
Color Harmonies of #FE523A
Complementary color
Monochromatic Colors of #FE523A
Black with #FE523A
Text Example
Text Example
White with #FE523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE523A; }
p { color: rgb(254,82,58); }
H1.HeaderClassName
{
color: #FE523A;
}
.AnyTagClassName
{
color: #FE523A;
}
</style>
background-color css
<style>
a { background-color: #FE523A; }
a { background-color: rgb(254,82,58); }
div.DivClassName
{
background-color: #FE523A;
}
.BgClassName
{
background-color: #FE523A;
}
</style>
border-color css
<style>
span { border-color: #FE523A; }
span { border-color: rgb(254,82,58); }
td.TdClassName
{
border-color: #FE523A;
}
.TagClassName
{
border-color: #FE523A;
}
</style>