Html Css Color HEX #FF580B International Orange
📋 copy color: '#FF580B'red 255 ◦ green 88 ◦ blue 11
Shades of International Orange #FF580B
Tints of International Orange #FF580B
RGB
CMYK
RGB Variations
Color information
#FF580B (or 0xFF580B) is known color: International Orange. HEX triplet: FF, 58 and 0B. RGB value is (255,88,11). Sum of RGB (Red+Green+Blue) = 255+88+11=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF580B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF580B is #00A7F4. Grayscale: #818181. Windows color (decimal): -42997 or 743679. OLE color: 743679.
HSL color Cylindrical-coordinate representation of color #FF580B: hue angle of 18.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF580B is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 11 | - |
| CMYK | 0 | 0.65 | 0.96 | 0 |
| HSL | 18.93º | 1% | 0.52% | - |
| HSV(B) | 18.93º | 0.96% | 1% | - |
| XYZ | 44.79 | 28.26 | 3.41 | - |
| YUV | 129.16 | 61.33 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 11 | 0 | 0.65 | 0.96 | 0 | 18.93 | 1 | 0.52 |
| Hex | FF | 58 | B | 0 | 41 | 60 | 0 | 13 | 64 | 34 |
| Octal | 377 | 130 | 13 | 0 | 101 | 140 | 0 | 23 | 144 | 64 |
| Binary | 11111111 | 1011000 | 1011 | 0 | 1000001 | 1100000 | 0 | 10011 | 1100100 | 110100 |
Color Harmonies of #FF580B
Complementary color
Monochromatic Colors of #FF580B
Black with #FF580B
Text Example
Text Example
White with #FF580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF580B; }
p { color: rgb(255,88,11); }
H1.HeaderClassName
{
color: #FF580B;
}
.AnyTagClassName
{
color: #FF580B;
}
</style>
background-color css
<style>
a { background-color: #FF580B; }
a { background-color: rgb(255,88,11); }
div.DivClassName
{
background-color: #FF580B;
}
.BgClassName
{
background-color: #FF580B;
}
</style>
border-color css
<style>
span { border-color: #FF580B; }
span { border-color: rgb(255,88,11); }
td.TdClassName
{
border-color: #FF580B;
}
.TagClassName
{
border-color: #FF580B;
}
</style>