Html Css Color HEX #FE580A International Orange
📋 copy color: '#FE580A'red 254 ◦ green 88 ◦ blue 10
Shades of International Orange #FE580A
Tints of International Orange #FE580A
RGB
CMYK
RGB Variations
Color information
#FE580A (or 0xFE580A) is known color: International Orange. HEX triplet: FE, 58 and 0A. RGB value is (254,88,10). Sum of RGB (Red+Green+Blue) = 254+88+10=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE580A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE580A is #01A7F5. Grayscale: #818181. Windows color (decimal): -108534 or 678142. OLE color: 678142.
HSL color Cylindrical-coordinate representation of color #FE580A: hue angle of 19.18º 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 #FE580A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 10 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.00 |
| HSL | 19.18º | 0.99% | 0.52% | - |
| HSV(B) | 19.18º | 0.96% | 1% | - |
| XYZ | 44.42 | 28.07 | 3.36 | - |
| YUV | 128.74 | 61 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 10 | 0 | 0.65 | 0.96 | 0.00 | 19.18 | 0.99 | 0.52 |
| Hex | FE | 58 | A | 0 | 41 | 60 | 0 | 13 | 63 | 34 |
| Octal | 376 | 130 | 12 | 0 | 101 | 140 | 0 | 23 | 143 | 64 |
| Binary | 11111110 | 1011000 | 1010 | 0 | 1000001 | 1100000 | 0 | 10011 | 1100011 | 110100 |
Color Harmonies of #FE580A
Complementary color
Monochromatic Colors of #FE580A
Black with #FE580A
Text Example
Text Example
White with #FE580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE580A; }
p { color: rgb(254,88,10); }
H1.HeaderClassName
{
color: #FE580A;
}
.AnyTagClassName
{
color: #FE580A;
}
</style>
background-color css
<style>
a { background-color: #FE580A; }
a { background-color: rgb(254,88,10); }
div.DivClassName
{
background-color: #FE580A;
}
.BgClassName
{
background-color: #FE580A;
}
</style>
border-color css
<style>
span { border-color: #FE580A; }
span { border-color: rgb(254,88,10); }
td.TdClassName
{
border-color: #FE580A;
}
.TagClassName
{
border-color: #FE580A;
}
</style>