Html Css Color HEX #FE5A0D International Orange
📋 copy color: '#FE5A0D'red 254 ◦ green 90 ◦ blue 13
Shades of International Orange #FE5A0D
Tints of International Orange #FE5A0D
RGB
CMYK
RGB Variations
Color information
#FE5A0D (or 0xFE5A0D) is known color: International Orange. HEX triplet: FE, 5A and 0D. RGB value is (254,90,13). Sum of RGB (Red+Green+Blue) = 254+90+13=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5A0D is #01A5F2. Grayscale: #828282. Windows color (decimal): -108019 or 875262. OLE color: 875262.
HSL color Cylindrical-coordinate representation of color #FE5A0D: hue angle of 19.17º 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 #FE5A0D is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 13 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.00 |
| HSL | 19.17º | 0.99% | 0.52% | - |
| HSV(B) | 19.17º | 0.95% | 1% | - |
| XYZ | 44.6 | 28.41 | 3.51 | - |
| YUV | 130.26 | 61.83 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 13 | 0 | 0.65 | 0.95 | 0.00 | 19.17 | 0.99 | 0.52 |
| Hex | FE | 5A | D | 0 | 41 | 5F | 0 | 13 | 63 | 34 |
| Octal | 376 | 132 | 15 | 0 | 101 | 137 | 0 | 23 | 143 | 64 |
| Binary | 11111110 | 1011010 | 1101 | 0 | 1000001 | 1011111 | 0 | 10011 | 1100011 | 110100 |
Color Harmonies of #FE5A0D
Complementary color
Monochromatic Colors of #FE5A0D
Black with #FE5A0D
Text Example
Text Example
White with #FE5A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A0D; }
p { color: rgb(254,90,13); }
H1.HeaderClassName
{
color: #FE5A0D;
}
.AnyTagClassName
{
color: #FE5A0D;
}
</style>
background-color css
<style>
a { background-color: #FE5A0D; }
a { background-color: rgb(254,90,13); }
div.DivClassName
{
background-color: #FE5A0D;
}
.BgClassName
{
background-color: #FE5A0D;
}
</style>
border-color css
<style>
span { border-color: #FE5A0D; }
span { border-color: rgb(254,90,13); }
td.TdClassName
{
border-color: #FE5A0D;
}
.TagClassName
{
border-color: #FE5A0D;
}
</style>