Html Css Color HEX #FE5B0D International Orange
📋 copy color: '#FE5B0D'red 254 ◦ green 91 ◦ blue 13
Shades of International Orange #FE5B0D
Tints of International Orange #FE5B0D
RGB
CMYK
RGB Variations
Color information
#FE5B0D (or 0xFE5B0D) is known color: International Orange. HEX triplet: FE, 5B and 0D. RGB value is (254,91,13). Sum of RGB (Red+Green+Blue) = 254+91+13=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5B0D is #01A4F2. Grayscale: #838383. Windows color (decimal): -107763 or 875518. OLE color: 875518.
HSL color Cylindrical-coordinate representation of color #FE5B0D: hue angle of 19.42º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE5B0D is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 13 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.00 |
| HSL | 19.42º | 0.99% | 0.52% | - |
| HSV(B) | 19.42º | 0.95% | 1% | - |
| XYZ | 44.69 | 28.58 | 3.54 | - |
| YUV | 130.85 | 61.5 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 13 | 0 | 0.64 | 0.95 | 0.00 | 19.42 | 0.99 | 0.52 |
| Hex | FE | 5B | D | 0 | 40 | 5F | 0 | 13 | 63 | 34 |
| Octal | 376 | 133 | 15 | 0 | 100 | 137 | 0 | 23 | 143 | 64 |
| Binary | 11111110 | 1011011 | 1101 | 0 | 1000000 | 1011111 | 0 | 10011 | 1100011 | 110100 |
Color Harmonies of #FE5B0D
Complementary color
Monochromatic Colors of #FE5B0D
Black with #FE5B0D
Text Example
Text Example
White with #FE5B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5B0D; }
p { color: rgb(254,91,13); }
H1.HeaderClassName
{
color: #FE5B0D;
}
.AnyTagClassName
{
color: #FE5B0D;
}
</style>
background-color css
<style>
a { background-color: #FE5B0D; }
a { background-color: rgb(254,91,13); }
div.DivClassName
{
background-color: #FE5B0D;
}
.BgClassName
{
background-color: #FE5B0D;
}
</style>
border-color css
<style>
span { border-color: #FE5B0D; }
span { border-color: rgb(254,91,13); }
td.TdClassName
{
border-color: #FE5B0D;
}
.TagClassName
{
border-color: #FE5B0D;
}
</style>