Shades of Sunset Orange #FE4B3C
Tints of Sunset Orange #FE4B3C
RGB
CMYK
RGB Variations
Color information
#FE4B3C (or 0xFE4B3C) is known color: Sunset Orange. HEX triplet: FE, 4B and 3C. RGB value is (254,75,60). Sum of RGB (Red+Green+Blue) = 254+75+60=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4B3C is #01B4C3. Grayscale: #7F7F7F. Windows color (decimal): -111812 or 3951614. OLE color: 3951614.
HSL color Cylindrical-coordinate representation of color #FE4B3C: hue angle of 4.64º 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 #FE4B3C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 60 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.00 |
| HSL | 4.64º | 0.99% | 0.62% | - |
| HSV(B) | 4.64º | 0.76% | 1% | - |
| XYZ | 44.2 | 26.43 | 7.05 | - |
| YUV | 126.81 | 90.3 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 60 | 0 | 0.70 | 0.76 | 0.00 | 4.64 | 0.99 | 0.62 |
| Hex | FE | 4B | 3C | 0 | 46 | 4C | 0 | 5 | 63 | 3E |
| Octal | 376 | 113 | 74 | 0 | 106 | 114 | 0 | 5 | 143 | 76 |
| Binary | 11111110 | 1001011 | 111100 | 0 | 1000110 | 1001100 | 0 | 101 | 1100011 | 111110 |
Color Harmonies of #FE4B3C
Complementary color
Monochromatic Colors of #FE4B3C
Black with #FE4B3C
Text Example
Text Example
White with #FE4B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B3C; }
p { color: rgb(254,75,60); }
H1.HeaderClassName
{
color: #FE4B3C;
}
.AnyTagClassName
{
color: #FE4B3C;
}
</style>
background-color css
<style>
a { background-color: #FE4B3C; }
a { background-color: rgb(254,75,60); }
div.DivClassName
{
background-color: #FE4B3C;
}
.BgClassName
{
background-color: #FE4B3C;
}
</style>
border-color css
<style>
span { border-color: #FE4B3C; }
span { border-color: rgb(254,75,60); }
td.TdClassName
{
border-color: #FE4B3C;
}
.TagClassName
{
border-color: #FE4B3C;
}
</style>