Html Css Color HEX #FF5B0A International Orange
📋 copy color: '#FF5B0A'red 255 ◦ green 91 ◦ blue 10
Shades of International Orange #FF5B0A
Tints of International Orange #FF5B0A
RGB
CMYK
RGB Variations
Color information
#FF5B0A (or 0xFF5B0A) is known color: International Orange. HEX triplet: FF, 5B and 0A. RGB value is (255,91,10). Sum of RGB (Red+Green+Blue) = 255+91+10=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5B0A is #00A4F5. Grayscale: #838383. Windows color (decimal): -42230 or 678911. OLE color: 678911.
HSL color Cylindrical-coordinate representation of color #FF5B0A: hue angle of 19.84º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF5B0A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 10 | - |
| CMYK | 0 | 0.64 | 0.96 | 0 |
| HSL | 19.84º | 1% | 0.52% | - |
| HSV(B) | 19.84º | 0.96% | 1% | - |
| XYZ | 45.04 | 28.76 | 3.47 | - |
| YUV | 130.8 | 59.83 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 10 | 0 | 0.64 | 0.96 | 0 | 19.84 | 1 | 0.52 |
| Hex | FF | 5B | A | 0 | 40 | 60 | 0 | 14 | 64 | 34 |
| Octal | 377 | 133 | 12 | 0 | 100 | 140 | 0 | 24 | 144 | 64 |
| Binary | 11111111 | 1011011 | 1010 | 0 | 1000000 | 1100000 | 0 | 10100 | 1100100 | 110100 |
Color Harmonies of #FF5B0A
Complementary color
Monochromatic Colors of #FF5B0A
Black with #FF5B0A
Text Example
Text Example
White with #FF5B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B0A; }
p { color: rgb(255,91,10); }
H1.HeaderClassName
{
color: #FF5B0A;
}
.AnyTagClassName
{
color: #FF5B0A;
}
</style>
background-color css
<style>
a { background-color: #FF5B0A; }
a { background-color: rgb(255,91,10); }
div.DivClassName
{
background-color: #FF5B0A;
}
.BgClassName
{
background-color: #FF5B0A;
}
</style>
border-color css
<style>
span { border-color: #FF5B0A; }
span { border-color: rgb(255,91,10); }
td.TdClassName
{
border-color: #FF5B0A;
}
.TagClassName
{
border-color: #FF5B0A;
}
</style>