Html Css Color HEX #FE551A International Orange
📋 copy color: '#FE551A'red 254 ◦ green 85 ◦ blue 26
Shades of International Orange #FE551A
Tints of International Orange #FE551A
RGB
CMYK
RGB Variations
Color information
#FE551A (or 0xFE551A) is known color: International Orange. HEX triplet: FE, 55 and 1A. RGB value is (254,85,26). Sum of RGB (Red+Green+Blue) = 254+85+26=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE551A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE551A is #01AAE5. Grayscale: #818181. Windows color (decimal): -109286 or 1725950. OLE color: 1725950.
HSL color Cylindrical-coordinate representation of color #FE551A: hue angle of 15.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE551A is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 26 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.00 |
| HSL | 15.53º | 0.99% | 0.55% | - |
| HSV(B) | 15.53º | 0.9% | 1% | - |
| XYZ | 44.31 | 27.64 | 3.98 | - |
| YUV | 128.81 | 69.99 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 26 | 0 | 0.67 | 0.90 | 0.00 | 15.53 | 0.99 | 0.55 |
| Hex | FE | 55 | 1A | 0 | 43 | 5A | 0 | 10 | 63 | 37 |
| Octal | 376 | 125 | 32 | 0 | 103 | 132 | 0 | 20 | 143 | 67 |
| Binary | 11111110 | 1010101 | 11010 | 0 | 1000011 | 1011010 | 0 | 10000 | 1100011 | 110111 |
Color Harmonies of #FE551A
Complementary color
Monochromatic Colors of #FE551A
Black with #FE551A
Text Example
Text Example
White with #FE551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE551A; }
p { color: rgb(254,85,26); }
H1.HeaderClassName
{
color: #FE551A;
}
.AnyTagClassName
{
color: #FE551A;
}
</style>
background-color css
<style>
a { background-color: #FE551A; }
a { background-color: rgb(254,85,26); }
div.DivClassName
{
background-color: #FE551A;
}
.BgClassName
{
background-color: #FE551A;
}
</style>
border-color css
<style>
span { border-color: #FE551A; }
span { border-color: rgb(254,85,26); }
td.TdClassName
{
border-color: #FE551A;
}
.TagClassName
{
border-color: #FE551A;
}
</style>