Html Css Color HEX #FF5514 International Orange
📋 copy color: '#FF5514'red 255 ◦ green 85 ◦ blue 20
Shades of International Orange #FF5514
Tints of International Orange #FF5514
RGB
CMYK
RGB Variations
Color information
#FF5514 (or 0xFF5514) is known color: International Orange. HEX triplet: FF, 55 and 14. RGB value is (255,85,20). Sum of RGB (Red+Green+Blue) = 255+85+20=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5514 is #00AAEB. Grayscale: #808080. Windows color (decimal): -43756 or 1332735. OLE color: 1332735.
HSL color Cylindrical-coordinate representation of color #FF5514: hue angle of 16.6º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF5514 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 20 | - |
| CMYK | 0 | 0.67 | 0.92 | 0 |
| HSL | 16.6º | 1% | 0.54% | - |
| HSV(B) | 16.6º | 0.92% | 1% | - |
| XYZ | 44.61 | 27.81 | 3.68 | - |
| YUV | 128.42 | 66.82 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 20 | 0 | 0.67 | 0.92 | 0 | 16.6 | 1 | 0.54 |
| Hex | FF | 55 | 14 | 0 | 43 | 5C | 0 | 11 | 64 | 36 |
| Octal | 377 | 125 | 24 | 0 | 103 | 134 | 0 | 21 | 144 | 66 |
| Binary | 11111111 | 1010101 | 10100 | 0 | 1000011 | 1011100 | 0 | 10001 | 1100100 | 110110 |
Color Harmonies of #FF5514
Complementary color
Monochromatic Colors of #FF5514
Black with #FF5514
Text Example
Text Example
White with #FF5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5514; }
p { color: rgb(255,85,20); }
H1.HeaderClassName
{
color: #FF5514;
}
.AnyTagClassName
{
color: #FF5514;
}
</style>
background-color css
<style>
a { background-color: #FF5514; }
a { background-color: rgb(255,85,20); }
div.DivClassName
{
background-color: #FF5514;
}
.BgClassName
{
background-color: #FF5514;
}
</style>
border-color css
<style>
span { border-color: #FF5514; }
span { border-color: rgb(255,85,20); }
td.TdClassName
{
border-color: #FF5514;
}
.TagClassName
{
border-color: #FF5514;
}
</style>