Shades of Sunset Orange #FE483B
Tints of Sunset Orange #FE483B
RGB
CMYK
RGB Variations
Color information
#FE483B (or 0xFE483B) is known color: Sunset Orange. HEX triplet: FE, 48 and 3B. RGB value is (254,72,59). Sum of RGB (Red+Green+Blue) = 254+72+59=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE483B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE483B is #01B7C4. Grayscale: #7D7D7D. Windows color (decimal): -112581 or 3885310. OLE color: 3885310.
HSL color Cylindrical-coordinate representation of color #FE483B: hue angle of 4º 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 #FE483B is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 59 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.00 |
| HSL | 4º | 0.99% | 0.61% | - |
| HSV(B) | 4º | 0.77% | 1% | - |
| XYZ | 43.98 | 26.02 | 6.84 | - |
| YUV | 124.94 | 90.8 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 59 | 0 | 0.72 | 0.77 | 0.00 | 4 | 0.99 | 0.61 |
| Hex | FE | 48 | 3B | 0 | 48 | 4D | 0 | 4 | 63 | 3D |
| Octal | 376 | 110 | 73 | 0 | 110 | 115 | 0 | 4 | 143 | 75 |
| Binary | 11111110 | 1001000 | 111011 | 0 | 1001000 | 1001101 | 0 | 100 | 1100011 | 111101 |
Color Harmonies of #FE483B
Complementary color
Monochromatic Colors of #FE483B
Black with #FE483B
Text Example
Text Example
White with #FE483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE483B; }
p { color: rgb(254,72,59); }
H1.HeaderClassName
{
color: #FE483B;
}
.AnyTagClassName
{
color: #FE483B;
}
</style>
background-color css
<style>
a { background-color: #FE483B; }
a { background-color: rgb(254,72,59); }
div.DivClassName
{
background-color: #FE483B;
}
.BgClassName
{
background-color: #FE483B;
}
</style>
border-color css
<style>
span { border-color: #FE483B; }
span { border-color: rgb(254,72,59); }
td.TdClassName
{
border-color: #FE483B;
}
.TagClassName
{
border-color: #FE483B;
}
</style>