Html Css Color HEX #FF580F International Orange
📋 copy color: '#FF580F'red 255 ◦ green 88 ◦ blue 15
Shades of International Orange #FF580F
Tints of International Orange #FF580F
RGB
CMYK
RGB Variations
Color information
#FF580F (or 0xFF580F) is known color: International Orange. HEX triplet: FF, 58 and 0F. RGB value is (255,88,15). Sum of RGB (Red+Green+Blue) = 255+88+15=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF580F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF580F is #00A7F0. Grayscale: #828282. Windows color (decimal): -42993 or 1005823. OLE color: 1005823.
HSL color Cylindrical-coordinate representation of color #FF580F: hue angle of 18.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF580F is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 15 | - |
| CMYK | 0 | 0.65 | 0.94 | 0 |
| HSL | 18.25º | 1% | 0.53% | - |
| HSV(B) | 18.25º | 0.94% | 1% | - |
| XYZ | 44.82 | 28.27 | 3.55 | - |
| YUV | 129.61 | 63.33 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 15 | 0 | 0.65 | 0.94 | 0 | 18.25 | 1 | 0.53 |
| Hex | FF | 58 | F | 0 | 41 | 5E | 0 | 12 | 64 | 35 |
| Octal | 377 | 130 | 17 | 0 | 101 | 136 | 0 | 22 | 144 | 65 |
| Binary | 11111111 | 1011000 | 1111 | 0 | 1000001 | 1011110 | 0 | 10010 | 1100100 | 110101 |
Color Harmonies of #FF580F
Complementary color
Monochromatic Colors of #FF580F
Black with #FF580F
Text Example
Text Example
White with #FF580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF580F; }
p { color: rgb(255,88,15); }
H1.HeaderClassName
{
color: #FF580F;
}
.AnyTagClassName
{
color: #FF580F;
}
</style>
background-color css
<style>
a { background-color: #FF580F; }
a { background-color: rgb(255,88,15); }
div.DivClassName
{
background-color: #FF580F;
}
.BgClassName
{
background-color: #FF580F;
}
</style>
border-color css
<style>
span { border-color: #FF580F; }
span { border-color: rgb(255,88,15); }
td.TdClassName
{
border-color: #FF580F;
}
.TagClassName
{
border-color: #FF580F;
}
</style>