Html Css Color HEX #FE5313 International Orange
📋 copy color: '#FE5313'red 254 ◦ green 83 ◦ blue 19
Shades of International Orange #FE5313
Tints of International Orange #FE5313
RGB
CMYK
RGB Variations
Color information
#FE5313 (or 0xFE5313) is known color: International Orange. HEX triplet: FE, 53 and 13. RGB value is (254,83,19). Sum of RGB (Red+Green+Blue) = 254+83+19=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5313 is #01ACEC. Grayscale: #7F7F7F. Windows color (decimal): -109805 or 1266686. OLE color: 1266686.
HSL color Cylindrical-coordinate representation of color #FE5313: hue angle of 16.34º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE5313 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 19 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.00 |
| HSL | 16.34º | 0.99% | 0.54% | - |
| HSV(B) | 16.34º | 0.93% | 1% | - |
| XYZ | 44.08 | 27.3 | 3.56 | - |
| YUV | 126.83 | 67.15 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 19 | 0 | 0.67 | 0.93 | 0.00 | 16.34 | 0.99 | 0.54 |
| Hex | FE | 53 | 13 | 0 | 43 | 5D | 0 | 10 | 63 | 36 |
| Octal | 376 | 123 | 23 | 0 | 103 | 135 | 0 | 20 | 143 | 66 |
| Binary | 11111110 | 1010011 | 10011 | 0 | 1000011 | 1011101 | 0 | 10000 | 1100011 | 110110 |
Color Harmonies of #FE5313
Complementary color
Monochromatic Colors of #FE5313
Black with #FE5313
Text Example
Text Example
White with #FE5313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5313; }
p { color: rgb(254,83,19); }
H1.HeaderClassName
{
color: #FE5313;
}
.AnyTagClassName
{
color: #FE5313;
}
</style>
background-color css
<style>
a { background-color: #FE5313; }
a { background-color: rgb(254,83,19); }
div.DivClassName
{
background-color: #FE5313;
}
.BgClassName
{
background-color: #FE5313;
}
</style>
border-color css
<style>
span { border-color: #FE5313; }
span { border-color: rgb(254,83,19); }
td.TdClassName
{
border-color: #FE5313;
}
.TagClassName
{
border-color: #FE5313;
}
</style>