Html Css Color HEX #FE501A International Orange
📋 copy color: '#FE501A'red 254 ◦ green 80 ◦ blue 26
Shades of International Orange #FE501A
Tints of International Orange #FE501A
RGB
CMYK
RGB Variations
Color information
#FE501A (or 0xFE501A) is known color: International Orange. HEX triplet: FE, 50 and 1A. RGB value is (254,80,26). Sum of RGB (Red+Green+Blue) = 254+80+26=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE501A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE501A is #01AFE5. Grayscale: #7E7E7E. Windows color (decimal): -110566 or 1724670. OLE color: 1724670.
HSL color Cylindrical-coordinate representation of color #FE501A: hue angle of 14.21º 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 #FE501A is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 26 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.00 |
| HSL | 14.21º | 0.99% | 0.55% | - |
| HSV(B) | 14.21º | 0.9% | 1% | - |
| XYZ | 43.93 | 26.88 | 3.85 | - |
| YUV | 125.87 | 71.65 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 26 | 0 | 0.69 | 0.90 | 0.00 | 14.21 | 0.99 | 0.55 |
| Hex | FE | 50 | 1A | 0 | 45 | 5A | 0 | E | 63 | 37 |
| Octal | 376 | 120 | 32 | 0 | 105 | 132 | 0 | 16 | 143 | 67 |
| Binary | 11111110 | 1010000 | 11010 | 0 | 1000101 | 1011010 | 0 | 1110 | 1100011 | 110111 |
Color Harmonies of #FE501A
Complementary color
Monochromatic Colors of #FE501A
Black with #FE501A
Text Example
Text Example
White with #FE501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE501A; }
p { color: rgb(254,80,26); }
H1.HeaderClassName
{
color: #FE501A;
}
.AnyTagClassName
{
color: #FE501A;
}
</style>
background-color css
<style>
a { background-color: #FE501A; }
a { background-color: rgb(254,80,26); }
div.DivClassName
{
background-color: #FE501A;
}
.BgClassName
{
background-color: #FE501A;
}
</style>
border-color css
<style>
span { border-color: #FE501A; }
span { border-color: rgb(254,80,26); }
td.TdClassName
{
border-color: #FE501A;
}
.TagClassName
{
border-color: #FE501A;
}
</style>