Html Css Color HEX #FF5515 International Orange
📋 copy color: '#FF5515'red 255 ◦ green 85 ◦ blue 21
Shades of International Orange #FF5515
Tints of International Orange #FF5515
RGB
CMYK
RGB Variations
Color information
#FF5515 (or 0xFF5515) is known color: International Orange. HEX triplet: FF, 55 and 15. RGB value is (255,85,21). Sum of RGB (Red+Green+Blue) = 255+85+21=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5515 is #00AAEA. Grayscale: #808080. Windows color (decimal): -43755 or 1398271. OLE color: 1398271.
HSL color Cylindrical-coordinate representation of color #FF5515: hue angle of 16.41º 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 #FF5515 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 21 | - |
| CMYK | 0 | 0.67 | 0.92 | 0 |
| HSL | 16.41º | 1% | 0.54% | - |
| HSV(B) | 16.41º | 0.92% | 1% | - |
| XYZ | 44.62 | 27.81 | 3.73 | - |
| YUV | 128.53 | 67.32 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 21 | 0 | 0.67 | 0.92 | 0 | 16.41 | 1 | 0.54 |
| Hex | FF | 55 | 15 | 0 | 43 | 5C | 0 | 10 | 64 | 36 |
| Octal | 377 | 125 | 25 | 0 | 103 | 134 | 0 | 20 | 144 | 66 |
| Binary | 11111111 | 1010101 | 10101 | 0 | 1000011 | 1011100 | 0 | 10000 | 1100100 | 110110 |
Color Harmonies of #FF5515
Complementary color
Monochromatic Colors of #FF5515
Black with #FF5515
Text Example
Text Example
White with #FF5515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5515; }
p { color: rgb(255,85,21); }
H1.HeaderClassName
{
color: #FF5515;
}
.AnyTagClassName
{
color: #FF5515;
}
</style>
background-color css
<style>
a { background-color: #FF5515; }
a { background-color: rgb(255,85,21); }
div.DivClassName
{
background-color: #FF5515;
}
.BgClassName
{
background-color: #FF5515;
}
</style>
border-color css
<style>
span { border-color: #FF5515; }
span { border-color: rgb(255,85,21); }
td.TdClassName
{
border-color: #FF5515;
}
.TagClassName
{
border-color: #FF5515;
}
</style>