Html Css Color HEX #FF5612 International Orange
📋 copy color: '#FF5612'red 255 ◦ green 86 ◦ blue 18
Shades of International Orange #FF5612
Tints of International Orange #FF5612
RGB
CMYK
RGB Variations
Color information
#FF5612 (or 0xFF5612) is known color: International Orange. HEX triplet: FF, 56 and 12. RGB value is (255,86,18). Sum of RGB (Red+Green+Blue) = 255+86+18=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5612 is #00A9ED. Grayscale: #818181. Windows color (decimal): -43502 or 1201919. OLE color: 1201919.
HSL color Cylindrical-coordinate representation of color #FF5612: hue angle of 17.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF5612 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 18 | - |
| CMYK | 0 | 0.66 | 0.93 | 0 |
| HSL | 17.22º | 1% | 0.54% | - |
| HSV(B) | 17.22º | 0.93% | 1% | - |
| XYZ | 44.68 | 27.96 | 3.61 | - |
| YUV | 128.78 | 65.49 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 18 | 0 | 0.66 | 0.93 | 0 | 17.22 | 1 | 0.54 |
| Hex | FF | 56 | 12 | 0 | 42 | 5D | 0 | 11 | 64 | 36 |
| Octal | 377 | 126 | 22 | 0 | 102 | 135 | 0 | 21 | 144 | 66 |
| Binary | 11111111 | 1010110 | 10010 | 0 | 1000010 | 1011101 | 0 | 10001 | 1100100 | 110110 |
Color Harmonies of #FF5612
Complementary color
Monochromatic Colors of #FF5612
Black with #FF5612
Text Example
Text Example
White with #FF5612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5612; }
p { color: rgb(255,86,18); }
H1.HeaderClassName
{
color: #FF5612;
}
.AnyTagClassName
{
color: #FF5612;
}
</style>
background-color css
<style>
a { background-color: #FF5612; }
a { background-color: rgb(255,86,18); }
div.DivClassName
{
background-color: #FF5612;
}
.BgClassName
{
background-color: #FF5612;
}
</style>
border-color css
<style>
span { border-color: #FF5612; }
span { border-color: rgb(255,86,18); }
td.TdClassName
{
border-color: #FF5612;
}
.TagClassName
{
border-color: #FF5612;
}
</style>