Html Css Color HEX #FF550E International Orange
📋 copy color: '#FF550E'red 255 ◦ green 85 ◦ blue 14
Shades of International Orange #FF550E
Tints of International Orange #FF550E
RGB
CMYK
RGB Variations
Color information
#FF550E (or 0xFF550E) is known color: International Orange. HEX triplet: FF, 55 and 0E. RGB value is (255,85,14). Sum of RGB (Red+Green+Blue) = 255+85+14=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF550E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF550E is #00AAF1. Grayscale: #808080. Windows color (decimal): -43762 or 939519. OLE color: 939519.
HSL color Cylindrical-coordinate representation of color #FF550E: hue angle of 17.68º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF550E is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 14 | - |
| CMYK | 0 | 0.67 | 0.95 | 0 |
| HSL | 17.68º | 1% | 0.53% | - |
| HSV(B) | 17.68º | 0.95% | 1% | - |
| XYZ | 44.57 | 27.79 | 3.43 | - |
| YUV | 127.74 | 63.82 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 14 | 0 | 0.67 | 0.95 | 0 | 17.68 | 1 | 0.53 |
| Hex | FF | 55 | E | 0 | 43 | 5F | 0 | 12 | 64 | 35 |
| Octal | 377 | 125 | 16 | 0 | 103 | 137 | 0 | 22 | 144 | 65 |
| Binary | 11111111 | 1010101 | 1110 | 0 | 1000011 | 1011111 | 0 | 10010 | 1100100 | 110101 |
Color Harmonies of #FF550E
Complementary color
Monochromatic Colors of #FF550E
Black with #FF550E
Text Example
Text Example
White with #FF550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF550E; }
p { color: rgb(255,85,14); }
H1.HeaderClassName
{
color: #FF550E;
}
.AnyTagClassName
{
color: #FF550E;
}
</style>
background-color css
<style>
a { background-color: #FF550E; }
a { background-color: rgb(255,85,14); }
div.DivClassName
{
background-color: #FF550E;
}
.BgClassName
{
background-color: #FF550E;
}
</style>
border-color css
<style>
span { border-color: #FF550E; }
span { border-color: rgb(255,85,14); }
td.TdClassName
{
border-color: #FF550E;
}
.TagClassName
{
border-color: #FF550E;
}
</style>