Html Css Color HEX #FF5512 International Orange
📋 copy color: '#FF5512'red 255 ◦ green 85 ◦ blue 18
Shades of International Orange #FF5512
Tints of International Orange #FF5512
RGB
CMYK
RGB Variations
Color information
#FF5512 (or 0xFF5512) is known color: International Orange. HEX triplet: FF, 55 and 12. RGB value is (255,85,18). Sum of RGB (Red+Green+Blue) = 255+85+18=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5512 is #00AAED. Grayscale: #808080. Windows color (decimal): -43758 or 1201663. OLE color: 1201663.
HSL color Cylindrical-coordinate representation of color #FF5512: hue angle of 16.96º 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 #FF5512 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 18 | - |
| CMYK | 0 | 0.67 | 0.93 | 0 |
| HSL | 16.96º | 1% | 0.54% | - |
| HSV(B) | 16.96º | 0.93% | 1% | - |
| XYZ | 44.6 | 27.8 | 3.59 | - |
| YUV | 128.19 | 65.82 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 18 | 0 | 0.67 | 0.93 | 0 | 16.96 | 1 | 0.54 |
| Hex | FF | 55 | 12 | 0 | 43 | 5D | 0 | 11 | 64 | 36 |
| Octal | 377 | 125 | 22 | 0 | 103 | 135 | 0 | 21 | 144 | 66 |
| Binary | 11111111 | 1010101 | 10010 | 0 | 1000011 | 1011101 | 0 | 10001 | 1100100 | 110110 |
Color Harmonies of #FF5512
Complementary color
Monochromatic Colors of #FF5512
Black with #FF5512
Text Example
Text Example
White with #FF5512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5512; }
p { color: rgb(255,85,18); }
H1.HeaderClassName
{
color: #FF5512;
}
.AnyTagClassName
{
color: #FF5512;
}
</style>
background-color css
<style>
a { background-color: #FF5512; }
a { background-color: rgb(255,85,18); }
div.DivClassName
{
background-color: #FF5512;
}
.BgClassName
{
background-color: #FF5512;
}
</style>
border-color css
<style>
span { border-color: #FF5512; }
span { border-color: rgb(255,85,18); }
td.TdClassName
{
border-color: #FF5512;
}
.TagClassName
{
border-color: #FF5512;
}
</style>