Html Css Color HEX #FE580B International Orange
📋 copy color: '#FE580B'red 254 ◦ green 88 ◦ blue 11
Shades of International Orange #FE580B
Tints of International Orange #FE580B
RGB
CMYK
RGB Variations
Color information
#FE580B (or 0xFE580B) is known color: International Orange. HEX triplet: FE, 58 and 0B. RGB value is (254,88,11). Sum of RGB (Red+Green+Blue) = 254+88+11=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE580B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE580B is #01A7F4. Grayscale: #818181. Windows color (decimal): -108533 or 743678. OLE color: 743678.
HSL color Cylindrical-coordinate representation of color #FE580B: hue angle of 19.01º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE580B is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 11 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.00 |
| HSL | 19.01º | 0.99% | 0.52% | - |
| HSV(B) | 19.01º | 0.96% | 1% | - |
| XYZ | 44.42 | 28.07 | 3.39 | - |
| YUV | 128.86 | 61.5 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 11 | 0 | 0.65 | 0.96 | 0.00 | 19.01 | 0.99 | 0.52 |
| Hex | FE | 58 | B | 0 | 41 | 60 | 0 | 13 | 63 | 34 |
| Octal | 376 | 130 | 13 | 0 | 101 | 140 | 0 | 23 | 143 | 64 |
| Binary | 11111110 | 1011000 | 1011 | 0 | 1000001 | 1100000 | 0 | 10011 | 1100011 | 110100 |
Color Harmonies of #FE580B
Complementary color
Monochromatic Colors of #FE580B
Black with #FE580B
Text Example
Text Example
White with #FE580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE580B; }
p { color: rgb(254,88,11); }
H1.HeaderClassName
{
color: #FE580B;
}
.AnyTagClassName
{
color: #FE580B;
}
</style>
background-color css
<style>
a { background-color: #FE580B; }
a { background-color: rgb(254,88,11); }
div.DivClassName
{
background-color: #FE580B;
}
.BgClassName
{
background-color: #FE580B;
}
</style>
border-color css
<style>
span { border-color: #FE580B; }
span { border-color: rgb(254,88,11); }
td.TdClassName
{
border-color: #FE580B;
}
.TagClassName
{
border-color: #FE580B;
}
</style>