Shades of Sunset Orange #FE523C
Tints of Sunset Orange #FE523C
RGB
CMYK
RGB Variations
Color information
#FE523C (or 0xFE523C) is known color: Sunset Orange. HEX triplet: FE, 52 and 3C. RGB value is (254,82,60). Sum of RGB (Red+Green+Blue) = 254+82+60=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE523C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE523C is #01ADC3. Grayscale: #838383. Windows color (decimal): -110020 or 3953406. OLE color: 3953406.
HSL color Cylindrical-coordinate representation of color #FE523C: hue angle of 6.8º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE523C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 60 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.00 |
| HSL | 6.8º | 0.99% | 0.62% | - |
| HSV(B) | 6.8º | 0.76% | 1% | - |
| XYZ | 44.71 | 27.43 | 7.21 | - |
| YUV | 130.92 | 87.98 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 60 | 0 | 0.68 | 0.76 | 0.00 | 6.8 | 0.99 | 0.62 |
| Hex | FE | 52 | 3C | 0 | 44 | 4C | 0 | 7 | 63 | 3E |
| Octal | 376 | 122 | 74 | 0 | 104 | 114 | 0 | 7 | 143 | 76 |
| Binary | 11111110 | 1010010 | 111100 | 0 | 1000100 | 1001100 | 0 | 111 | 1100011 | 111110 |
Color Harmonies of #FE523C
Complementary color
Monochromatic Colors of #FE523C
Black with #FE523C
Text Example
Text Example
White with #FE523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE523C; }
p { color: rgb(254,82,60); }
H1.HeaderClassName
{
color: #FE523C;
}
.AnyTagClassName
{
color: #FE523C;
}
</style>
background-color css
<style>
a { background-color: #FE523C; }
a { background-color: rgb(254,82,60); }
div.DivClassName
{
background-color: #FE523C;
}
.BgClassName
{
background-color: #FE523C;
}
</style>
border-color css
<style>
span { border-color: #FE523C; }
span { border-color: rgb(254,82,60); }
td.TdClassName
{
border-color: #FE523C;
}
.TagClassName
{
border-color: #FE523C;
}
</style>