Html Css Color HEX #FE5B0F International Orange
📋 copy color: '#FE5B0F'red 254 ◦ green 91 ◦ blue 15
Shades of International Orange #FE5B0F
Tints of International Orange #FE5B0F
RGB
CMYK
RGB Variations
Color information
#FE5B0F (or 0xFE5B0F) is known color: International Orange. HEX triplet: FE, 5B and 0F. RGB value is (254,91,15). Sum of RGB (Red+Green+Blue) = 254+91+15=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5B0F is #01A4F0. Grayscale: #838383. Windows color (decimal): -107761 or 1006590. OLE color: 1006590.
HSL color Cylindrical-coordinate representation of color #FE5B0F: hue angle of 19.08º 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 #FE5B0F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 15 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.00 |
| HSL | 19.08º | 0.99% | 0.53% | - |
| HSV(B) | 19.08º | 0.94% | 1% | - |
| XYZ | 44.7 | 28.59 | 3.61 | - |
| YUV | 131.07 | 62.5 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 15 | 0 | 0.64 | 0.94 | 0.00 | 19.08 | 0.99 | 0.53 |
| Hex | FE | 5B | F | 0 | 40 | 5E | 0 | 13 | 63 | 35 |
| Octal | 376 | 133 | 17 | 0 | 100 | 136 | 0 | 23 | 143 | 65 |
| Binary | 11111110 | 1011011 | 1111 | 0 | 1000000 | 1011110 | 0 | 10011 | 1100011 | 110101 |
Color Harmonies of #FE5B0F
Complementary color
Monochromatic Colors of #FE5B0F
Black with #FE5B0F
Text Example
Text Example
White with #FE5B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5B0F; }
p { color: rgb(254,91,15); }
H1.HeaderClassName
{
color: #FE5B0F;
}
.AnyTagClassName
{
color: #FE5B0F;
}
</style>
background-color css
<style>
a { background-color: #FE5B0F; }
a { background-color: rgb(254,91,15); }
div.DivClassName
{
background-color: #FE5B0F;
}
.BgClassName
{
background-color: #FE5B0F;
}
</style>
border-color css
<style>
span { border-color: #FE5B0F; }
span { border-color: rgb(254,91,15); }
td.TdClassName
{
border-color: #FE5B0F;
}
.TagClassName
{
border-color: #FE5B0F;
}
</style>