Html Css Color HEX #FE5018 International Orange
📋 copy color: '#FE5018'red 254 ◦ green 80 ◦ blue 24
Shades of International Orange #FE5018
Tints of International Orange #FE5018
RGB
CMYK
RGB Variations
Color information
#FE5018 (or 0xFE5018) is known color: International Orange. HEX triplet: FE, 50 and 18. RGB value is (254,80,24). Sum of RGB (Red+Green+Blue) = 254+80+24=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5018 is #01AFE7. Grayscale: #7E7E7E. Windows color (decimal): -110568 or 1593598. OLE color: 1593598.
HSL color Cylindrical-coordinate representation of color #FE5018: hue angle of 14.61º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE5018 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 24 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.00 |
| HSL | 14.61º | 0.99% | 0.55% | - |
| HSV(B) | 14.61º | 0.91% | 1% | - |
| XYZ | 43.91 | 26.87 | 3.74 | - |
| YUV | 125.64 | 70.65 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 24 | 0 | 0.69 | 0.91 | 0.00 | 14.61 | 0.99 | 0.55 |
| Hex | FE | 50 | 18 | 0 | 45 | 5B | 0 | F | 63 | 37 |
| Octal | 376 | 120 | 30 | 0 | 105 | 133 | 0 | 17 | 143 | 67 |
| Binary | 11111110 | 1010000 | 11000 | 0 | 1000101 | 1011011 | 0 | 1111 | 1100011 | 110111 |
Color Harmonies of #FE5018
Complementary color
Monochromatic Colors of #FE5018
Black with #FE5018
Text Example
Text Example
White with #FE5018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5018; }
p { color: rgb(254,80,24); }
H1.HeaderClassName
{
color: #FE5018;
}
.AnyTagClassName
{
color: #FE5018;
}
</style>
background-color css
<style>
a { background-color: #FE5018; }
a { background-color: rgb(254,80,24); }
div.DivClassName
{
background-color: #FE5018;
}
.BgClassName
{
background-color: #FE5018;
}
</style>
border-color css
<style>
span { border-color: #FE5018; }
span { border-color: rgb(254,80,24); }
td.TdClassName
{
border-color: #FE5018;
}
.TagClassName
{
border-color: #FE5018;
}
</style>