Shades of Sunset Orange #FE4F32
Tints of Sunset Orange #FE4F32
RGB
CMYK
RGB Variations
Color information
#FE4F32 (or 0xFE4F32) is known color: Sunset Orange. HEX triplet: FE, 4F and 32. RGB value is (254,79,50). Sum of RGB (Red+Green+Blue) = 254+79+50=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4F32 is #01B0CD. Grayscale: #808080. Windows color (decimal): -110798 or 3297278. OLE color: 3297278.
HSL color Cylindrical-coordinate representation of color #FE4F32: hue angle of 8.53º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE4F32 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 50 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.00 |
| HSL | 8.53º | 0.99% | 0.6% | - |
| HSV(B) | 8.53º | 0.8% | 1% | - |
| XYZ | 44.24 | 26.89 | 5.88 | - |
| YUV | 128.02 | 83.98 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 50 | 0 | 0.69 | 0.80 | 0.00 | 8.53 | 0.99 | 0.6 |
| Hex | FE | 4F | 32 | 0 | 45 | 50 | 0 | 9 | 63 | 3C |
| Octal | 376 | 117 | 62 | 0 | 105 | 120 | 0 | 11 | 143 | 74 |
| Binary | 11111110 | 1001111 | 110010 | 0 | 1000101 | 1010000 | 0 | 1001 | 1100011 | 111100 |
Color Harmonies of #FE4F32
Complementary color
Monochromatic Colors of #FE4F32
Black with #FE4F32
Text Example
Text Example
White with #FE4F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F32; }
p { color: rgb(254,79,50); }
H1.HeaderClassName
{
color: #FE4F32;
}
.AnyTagClassName
{
color: #FE4F32;
}
</style>
background-color css
<style>
a { background-color: #FE4F32; }
a { background-color: rgb(254,79,50); }
div.DivClassName
{
background-color: #FE4F32;
}
.BgClassName
{
background-color: #FE4F32;
}
</style>
border-color css
<style>
span { border-color: #FE4F32; }
span { border-color: rgb(254,79,50); }
td.TdClassName
{
border-color: #FE4F32;
}
.TagClassName
{
border-color: #FE4F32;
}
</style>