Shades of Sunset Orange #FE554B
Tints of Sunset Orange #FE554B
RGB
CMYK
RGB Variations
Color information
#FE554B (or 0xFE554B) is known color: Sunset Orange. HEX triplet: FE, 55 and 4B. RGB value is (254,85,75). Sum of RGB (Red+Green+Blue) = 254+85+75=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE554B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE554B is #01AAB4. Grayscale: #868686. Windows color (decimal): -109237 or 4937214. OLE color: 4937214.
HSL color Cylindrical-coordinate representation of color #FE554B: hue angle of 3.35º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE554B is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 75 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.00 |
| HSL | 3.35º | 0.99% | 0.65% | - |
| HSV(B) | 3.35º | 0.7% | 1% | - |
| XYZ | 45.39 | 28.08 | 9.68 | - |
| YUV | 134.39 | 94.49 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 75 | 0 | 0.67 | 0.70 | 0.00 | 3.35 | 0.99 | 0.65 |
| Hex | FE | 55 | 4B | 0 | 43 | 46 | 0 | 3 | 63 | 41 |
| Octal | 376 | 125 | 113 | 0 | 103 | 106 | 0 | 3 | 143 | 101 |
| Binary | 11111110 | 1010101 | 1001011 | 0 | 1000011 | 1000110 | 0 | 11 | 1100011 | 1000001 |
Color Harmonies of #FE554B
Complementary color
Monochromatic Colors of #FE554B
Black with #FE554B
Text Example
Text Example
White with #FE554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE554B; }
p { color: rgb(254,85,75); }
H1.HeaderClassName
{
color: #FE554B;
}
.AnyTagClassName
{
color: #FE554B;
}
</style>
background-color css
<style>
a { background-color: #FE554B; }
a { background-color: rgb(254,85,75); }
div.DivClassName
{
background-color: #FE554B;
}
.BgClassName
{
background-color: #FE554B;
}
</style>
border-color css
<style>
span { border-color: #FE554B; }
span { border-color: rgb(254,85,75); }
td.TdClassName
{
border-color: #FE554B;
}
.TagClassName
{
border-color: #FE554B;
}
</style>