Html Css Color HEX #FE5A0F International Orange
📋 copy color: '#FE5A0F'red 254 ◦ green 90 ◦ blue 15
Shades of International Orange #FE5A0F
Tints of International Orange #FE5A0F
RGB
CMYK
RGB Variations
Color information
#FE5A0F (or 0xFE5A0F) is known color: International Orange. HEX triplet: FE, 5A and 0F. RGB value is (254,90,15). Sum of RGB (Red+Green+Blue) = 254+90+15=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5A0F is #01A5F0. Grayscale: #828282. Windows color (decimal): -108017 or 1006334. OLE color: 1006334.
HSL color Cylindrical-coordinate representation of color #FE5A0F: hue angle of 18.83º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE5A0F is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 15 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.00 |
| HSL | 18.83º | 0.99% | 0.53% | - |
| HSV(B) | 18.83º | 0.94% | 1% | - |
| XYZ | 44.62 | 28.42 | 3.59 | - |
| YUV | 130.49 | 62.83 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 15 | 0 | 0.65 | 0.94 | 0.00 | 18.83 | 0.99 | 0.53 |
| Hex | FE | 5A | F | 0 | 41 | 5E | 0 | 13 | 63 | 35 |
| Octal | 376 | 132 | 17 | 0 | 101 | 136 | 0 | 23 | 143 | 65 |
| Binary | 11111110 | 1011010 | 1111 | 0 | 1000001 | 1011110 | 0 | 10011 | 1100011 | 110101 |
Color Harmonies of #FE5A0F
Complementary color
Monochromatic Colors of #FE5A0F
Black with #FE5A0F
Text Example
Text Example
White with #FE5A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A0F; }
p { color: rgb(254,90,15); }
H1.HeaderClassName
{
color: #FE5A0F;
}
.AnyTagClassName
{
color: #FE5A0F;
}
</style>
background-color css
<style>
a { background-color: #FE5A0F; }
a { background-color: rgb(254,90,15); }
div.DivClassName
{
background-color: #FE5A0F;
}
.BgClassName
{
background-color: #FE5A0F;
}
</style>
border-color css
<style>
span { border-color: #FE5A0F; }
span { border-color: rgb(254,90,15); }
td.TdClassName
{
border-color: #FE5A0F;
}
.TagClassName
{
border-color: #FE5A0F;
}
</style>