Html Css Color HEX #FF580D International Orange
📋 copy color: '#FF580D'red 255 ◦ green 88 ◦ blue 13
Shades of International Orange #FF580D
Tints of International Orange #FF580D
RGB
CMYK
RGB Variations
Color information
#FF580D (or 0xFF580D) is known color: International Orange. HEX triplet: FF, 58 and 0D. RGB value is (255,88,13). Sum of RGB (Red+Green+Blue) = 255+88+13=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF580D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF580D is #00A7F2. Grayscale: #818181. Windows color (decimal): -42995 or 874751. OLE color: 874751.
HSL color Cylindrical-coordinate representation of color #FF580D: hue angle of 18.6º 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 #FF580D is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 13 | - |
| CMYK | 0 | 0.65 | 0.95 | 0 |
| HSL | 18.6º | 1% | 0.53% | - |
| HSV(B) | 18.6º | 0.95% | 1% | - |
| XYZ | 44.8 | 28.27 | 3.48 | - |
| YUV | 129.38 | 62.33 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 13 | 0 | 0.65 | 0.95 | 0 | 18.6 | 1 | 0.53 |
| Hex | FF | 58 | D | 0 | 41 | 5F | 0 | 13 | 64 | 35 |
| Octal | 377 | 130 | 15 | 0 | 101 | 137 | 0 | 23 | 144 | 65 |
| Binary | 11111111 | 1011000 | 1101 | 0 | 1000001 | 1011111 | 0 | 10011 | 1100100 | 110101 |
Color Harmonies of #FF580D
Complementary color
Monochromatic Colors of #FF580D
Black with #FF580D
Text Example
Text Example
White with #FF580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF580D; }
p { color: rgb(255,88,13); }
H1.HeaderClassName
{
color: #FF580D;
}
.AnyTagClassName
{
color: #FF580D;
}
</style>
background-color css
<style>
a { background-color: #FF580D; }
a { background-color: rgb(255,88,13); }
div.DivClassName
{
background-color: #FF580D;
}
.BgClassName
{
background-color: #FF580D;
}
</style>
border-color css
<style>
span { border-color: #FF580D; }
span { border-color: rgb(255,88,13); }
td.TdClassName
{
border-color: #FF580D;
}
.TagClassName
{
border-color: #FF580D;
}
</style>