Html Css Color HEX #FE5412 International Orange
📋 copy color: '#FE5412'red 254 ◦ green 84 ◦ blue 18
Shades of International Orange #FE5412
Tints of International Orange #FE5412
RGB
CMYK
RGB Variations
Color information
#FE5412 (or 0xFE5412) is known color: International Orange. HEX triplet: FE, 54 and 12. RGB value is (254,84,18). Sum of RGB (Red+Green+Blue) = 254+84+18=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5412 is #01ABED. Grayscale: #7F7F7F. Windows color (decimal): -109550 or 1201406. OLE color: 1201406.
HSL color Cylindrical-coordinate representation of color #FE5412: hue angle of 16.78º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE5412 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 18 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.00 |
| HSL | 16.78º | 0.99% | 0.53% | - |
| HSV(B) | 16.78º | 0.93% | 1% | - |
| XYZ | 44.15 | 27.46 | 3.54 | - |
| YUV | 127.31 | 66.32 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 18 | 0 | 0.67 | 0.93 | 0.00 | 16.78 | 0.99 | 0.53 |
| Hex | FE | 54 | 12 | 0 | 43 | 5D | 0 | 11 | 63 | 35 |
| Octal | 376 | 124 | 22 | 0 | 103 | 135 | 0 | 21 | 143 | 65 |
| Binary | 11111110 | 1010100 | 10010 | 0 | 1000011 | 1011101 | 0 | 10001 | 1100011 | 110101 |
Color Harmonies of #FE5412
Complementary color
Monochromatic Colors of #FE5412
Black with #FE5412
Text Example
Text Example
White with #FE5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5412; }
p { color: rgb(254,84,18); }
H1.HeaderClassName
{
color: #FE5412;
}
.AnyTagClassName
{
color: #FE5412;
}
</style>
background-color css
<style>
a { background-color: #FE5412; }
a { background-color: rgb(254,84,18); }
div.DivClassName
{
background-color: #FE5412;
}
.BgClassName
{
background-color: #FE5412;
}
</style>
border-color css
<style>
span { border-color: #FE5412; }
span { border-color: rgb(254,84,18); }
td.TdClassName
{
border-color: #FE5412;
}
.TagClassName
{
border-color: #FE5412;
}
</style>