Html Css Color HEX #FE5316 International Orange
📋 copy color: '#FE5316'red 254 ◦ green 83 ◦ blue 22
Shades of International Orange #FE5316
Tints of International Orange #FE5316
RGB
CMYK
RGB Variations
Color information
#FE5316 (or 0xFE5316) is known color: International Orange. HEX triplet: FE, 53 and 16. RGB value is (254,83,22). Sum of RGB (Red+Green+Blue) = 254+83+22=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5316 is #01ACE9. Grayscale: #7F7F7F. Windows color (decimal): -109802 or 1463294. OLE color: 1463294.
HSL color Cylindrical-coordinate representation of color #FE5316: hue angle of 15.78º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE5316 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 22 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.00 |
| HSL | 15.78º | 0.99% | 0.54% | - |
| HSV(B) | 15.78º | 0.91% | 1% | - |
| XYZ | 44.11 | 27.32 | 3.71 | - |
| YUV | 127.18 | 68.65 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 22 | 0 | 0.67 | 0.91 | 0.00 | 15.78 | 0.99 | 0.54 |
| Hex | FE | 53 | 16 | 0 | 43 | 5B | 0 | 10 | 63 | 36 |
| Octal | 376 | 123 | 26 | 0 | 103 | 133 | 0 | 20 | 143 | 66 |
| Binary | 11111110 | 1010011 | 10110 | 0 | 1000011 | 1011011 | 0 | 10000 | 1100011 | 110110 |
Color Harmonies of #FE5316
Complementary color
Monochromatic Colors of #FE5316
Black with #FE5316
Text Example
Text Example
White with #FE5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5316; }
p { color: rgb(254,83,22); }
H1.HeaderClassName
{
color: #FE5316;
}
.AnyTagClassName
{
color: #FE5316;
}
</style>
background-color css
<style>
a { background-color: #FE5316; }
a { background-color: rgb(254,83,22); }
div.DivClassName
{
background-color: #FE5316;
}
.BgClassName
{
background-color: #FE5316;
}
</style>
border-color css
<style>
span { border-color: #FE5316; }
span { border-color: rgb(254,83,22); }
td.TdClassName
{
border-color: #FE5316;
}
.TagClassName
{
border-color: #FE5316;
}
</style>