Html Css Color HEX #FE5315 International Orange
📋 copy color: '#FE5315'red 254 ◦ green 83 ◦ blue 21
Shades of International Orange #FE5315
Tints of International Orange #FE5315
RGB
CMYK
RGB Variations
Color information
#FE5315 (or 0xFE5315) is known color: International Orange. HEX triplet: FE, 53 and 15. RGB value is (254,83,21). Sum of RGB (Red+Green+Blue) = 254+83+21=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5315 is #01ACEA. Grayscale: #7F7F7F. Windows color (decimal): -109803 or 1397758. OLE color: 1397758.
HSL color Cylindrical-coordinate representation of color #FE5315: hue angle of 15.97º 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 #FE5315 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 21 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.00 |
| HSL | 15.97º | 0.99% | 0.54% | - |
| HSV(B) | 15.97º | 0.92% | 1% | - |
| XYZ | 44.1 | 27.31 | 3.66 | - |
| YUV | 127.06 | 68.15 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 21 | 0 | 0.67 | 0.92 | 0.00 | 15.97 | 0.99 | 0.54 |
| Hex | FE | 53 | 15 | 0 | 43 | 5C | 0 | 10 | 63 | 36 |
| Octal | 376 | 123 | 25 | 0 | 103 | 134 | 0 | 20 | 143 | 66 |
| Binary | 11111110 | 1010011 | 10101 | 0 | 1000011 | 1011100 | 0 | 10000 | 1100011 | 110110 |
Color Harmonies of #FE5315
Complementary color
Monochromatic Colors of #FE5315
Black with #FE5315
Text Example
Text Example
White with #FE5315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5315; }
p { color: rgb(254,83,21); }
H1.HeaderClassName
{
color: #FE5315;
}
.AnyTagClassName
{
color: #FE5315;
}
</style>
background-color css
<style>
a { background-color: #FE5315; }
a { background-color: rgb(254,83,21); }
div.DivClassName
{
background-color: #FE5315;
}
.BgClassName
{
background-color: #FE5315;
}
</style>
border-color css
<style>
span { border-color: #FE5315; }
span { border-color: rgb(254,83,21); }
td.TdClassName
{
border-color: #FE5315;
}
.TagClassName
{
border-color: #FE5315;
}
</style>