Html Css Color HEX #FF580C International Orange
📋 copy color: '#FF580C'red 255 ◦ green 88 ◦ blue 12
Shades of International Orange #FF580C
Tints of International Orange #FF580C
RGB
CMYK
RGB Variations
Color information
#FF580C (or 0xFF580C) is known color: International Orange. HEX triplet: FF, 58 and 0C. RGB value is (255,88,12). Sum of RGB (Red+Green+Blue) = 255+88+12=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF580C is #00A7F3. Grayscale: #818181. Windows color (decimal): -42996 or 809215. OLE color: 809215.
HSL color Cylindrical-coordinate representation of color #FF580C: hue angle of 18.77º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF580C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0 |
| HSL | 18.77º | 1% | 0.52% | - |
| HSV(B) | 18.77º | 0.95% | 1% | - |
| XYZ | 44.8 | 28.27 | 3.44 | - |
| YUV | 129.27 | 61.83 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 12 | 0 | 0.65 | 0.95 | 0 | 18.77 | 1 | 0.52 |
| Hex | FF | 58 | C | 0 | 41 | 5F | 0 | 13 | 64 | 34 |
| Octal | 377 | 130 | 14 | 0 | 101 | 137 | 0 | 23 | 144 | 64 |
| Binary | 11111111 | 1011000 | 1100 | 0 | 1000001 | 1011111 | 0 | 10011 | 1100100 | 110100 |
Color Harmonies of #FF580C
Complementary color
Monochromatic Colors of #FF580C
Black with #FF580C
Text Example
Text Example
White with #FF580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF580C; }
p { color: rgb(255,88,12); }
H1.HeaderClassName
{
color: #FF580C;
}
.AnyTagClassName
{
color: #FF580C;
}
</style>
background-color css
<style>
a { background-color: #FF580C; }
a { background-color: rgb(255,88,12); }
div.DivClassName
{
background-color: #FF580C;
}
.BgClassName
{
background-color: #FF580C;
}
</style>
border-color css
<style>
span { border-color: #FF580C; }
span { border-color: rgb(255,88,12); }
td.TdClassName
{
border-color: #FF580C;
}
.TagClassName
{
border-color: #FF580C;
}
</style>