Html Css Color HEX #FB580E International Orange
📋 copy color: '#FB580E'red 251 ◦ green 88 ◦ blue 14
Shades of International Orange #FB580E
Tints of International Orange #FB580E
RGB
CMYK
RGB Variations
Color information
#FB580E (or 0xFB580E) is known color: International Orange. HEX triplet: FB, 58 and 0E. RGB value is (251,88,14). Sum of RGB (Red+Green+Blue) = 251+88+14=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB580E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB580E is #04A7F1. Grayscale: #808080. Windows color (decimal): -305138 or 940283. OLE color: 940283.
HSL color Cylindrical-coordinate representation of color #FB580E: hue angle of 18.73º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB580E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 14 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.02 |
| HSL | 18.73º | 0.97% | 0.52% | - |
| HSV(B) | 18.73º | 0.94% | 0.98% | - |
| XYZ | 43.35 | 27.52 | 3.44 | - |
| YUV | 128.3 | 63.5 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 14 | 0 | 0.65 | 0.94 | 0.02 | 18.73 | 0.97 | 0.52 |
| Hex | FB | 58 | E | 0 | 41 | 5E | 2 | 13 | 61 | 34 |
| Octal | 373 | 130 | 16 | 0 | 101 | 136 | 2 | 23 | 141 | 64 |
| Binary | 11111011 | 1011000 | 1110 | 0 | 1000001 | 1011110 | 10 | 10011 | 1100001 | 110100 |
Color Harmonies of #FB580E
Complementary color
Monochromatic Colors of #FB580E
Black with #FB580E
Text Example
Text Example
White with #FB580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB580E; }
p { color: rgb(251,88,14); }
H1.HeaderClassName
{
color: #FB580E;
}
.AnyTagClassName
{
color: #FB580E;
}
</style>
background-color css
<style>
a { background-color: #FB580E; }
a { background-color: rgb(251,88,14); }
div.DivClassName
{
background-color: #FB580E;
}
.BgClassName
{
background-color: #FB580E;
}
</style>
border-color css
<style>
span { border-color: #FB580E; }
span { border-color: rgb(251,88,14); }
td.TdClassName
{
border-color: #FB580E;
}
.TagClassName
{
border-color: #FB580E;
}
</style>