Html Css Color HEX #FE5015 International Orange
📋 copy color: '#FE5015'red 254 ◦ green 80 ◦ blue 21
Shades of International Orange #FE5015
Tints of International Orange #FE5015
RGB
CMYK
RGB Variations
Color information
#FE5015 (or 0xFE5015) is known color: International Orange. HEX triplet: FE, 50 and 15. RGB value is (254,80,21). Sum of RGB (Red+Green+Blue) = 254+80+21=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5015 is #01AFEA. Grayscale: #7D7D7D. Windows color (decimal): -110571 or 1396990. OLE color: 1396990.
HSL color Cylindrical-coordinate representation of color #FE5015: hue angle of 15.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE5015 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 21 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.00 |
| HSL | 15.19º | 0.99% | 0.54% | - |
| HSV(B) | 15.19º | 0.92% | 1% | - |
| XYZ | 43.88 | 26.86 | 3.58 | - |
| YUV | 125.3 | 69.15 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 21 | 0 | 0.69 | 0.92 | 0.00 | 15.19 | 0.99 | 0.54 |
| Hex | FE | 50 | 15 | 0 | 45 | 5C | 0 | F | 63 | 36 |
| Octal | 376 | 120 | 25 | 0 | 105 | 134 | 0 | 17 | 143 | 66 |
| Binary | 11111110 | 1010000 | 10101 | 0 | 1000101 | 1011100 | 0 | 1111 | 1100011 | 110110 |
Color Harmonies of #FE5015
Complementary color
Monochromatic Colors of #FE5015
Black with #FE5015
Text Example
Text Example
White with #FE5015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5015; }
p { color: rgb(254,80,21); }
H1.HeaderClassName
{
color: #FE5015;
}
.AnyTagClassName
{
color: #FE5015;
}
</style>
background-color css
<style>
a { background-color: #FE5015; }
a { background-color: rgb(254,80,21); }
div.DivClassName
{
background-color: #FE5015;
}
.BgClassName
{
background-color: #FE5015;
}
</style>
border-color css
<style>
span { border-color: #FE5015; }
span { border-color: rgb(254,80,21); }
td.TdClassName
{
border-color: #FE5015;
}
.TagClassName
{
border-color: #FE5015;
}
</style>