Html Css Color HEX #FE550A International Orange
📋 copy color: '#FE550A'red 254 ◦ green 85 ◦ blue 10
Shades of International Orange #FE550A
Tints of International Orange #FE550A
RGB
CMYK
RGB Variations
Color information
#FE550A (or 0xFE550A) is known color: International Orange. HEX triplet: FE, 55 and 0A. RGB value is (254,85,10). Sum of RGB (Red+Green+Blue) = 254+85+10=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE550A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE550A is #01AAF5. Grayscale: #7F7F7F. Windows color (decimal): -109302 or 677374. OLE color: 677374.
HSL color Cylindrical-coordinate representation of color #FE550A: hue angle of 18.44º 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 #FE550A is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 10 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.00 |
| HSL | 18.44º | 0.99% | 0.52% | - |
| HSV(B) | 18.44º | 0.96% | 1% | - |
| XYZ | 44.18 | 27.59 | 3.28 | - |
| YUV | 126.98 | 61.99 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 10 | 0 | 0.67 | 0.96 | 0.00 | 18.44 | 0.99 | 0.52 |
| Hex | FE | 55 | A | 0 | 43 | 60 | 0 | 12 | 63 | 34 |
| Octal | 376 | 125 | 12 | 0 | 103 | 140 | 0 | 22 | 143 | 64 |
| Binary | 11111110 | 1010101 | 1010 | 0 | 1000011 | 1100000 | 0 | 10010 | 1100011 | 110100 |
Color Harmonies of #FE550A
Complementary color
Monochromatic Colors of #FE550A
Black with #FE550A
Text Example
Text Example
White with #FE550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE550A; }
p { color: rgb(254,85,10); }
H1.HeaderClassName
{
color: #FE550A;
}
.AnyTagClassName
{
color: #FE550A;
}
</style>
background-color css
<style>
a { background-color: #FE550A; }
a { background-color: rgb(254,85,10); }
div.DivClassName
{
background-color: #FE550A;
}
.BgClassName
{
background-color: #FE550A;
}
</style>
border-color css
<style>
span { border-color: #FE550A; }
span { border-color: rgb(254,85,10); }
td.TdClassName
{
border-color: #FE550A;
}
.TagClassName
{
border-color: #FE550A;
}
</style>