Html Css Color HEX #FF5A1A International Orange
📋 copy color: '#FF5A1A'red 255 ◦ green 90 ◦ blue 26
Shades of International Orange #FF5A1A
Tints of International Orange #FF5A1A
RGB
CMYK
RGB Variations
Color information
#FF5A1A (or 0xFF5A1A) is known color: International Orange. HEX triplet: FF, 5A and 1A. RGB value is (255,90,26). Sum of RGB (Red+Green+Blue) = 255+90+26=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A1A is #00A5E5. Grayscale: #848484. Windows color (decimal): -42470 or 1727231. OLE color: 1727231.
HSL color Cylindrical-coordinate representation of color #FF5A1A: hue angle of 16.77º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF5A1A is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 26 | - |
| CMYK | 0 | 0.65 | 0.90 | 0 |
| HSL | 16.77º | 1% | 0.55% | - |
| HSV(B) | 16.77º | 0.9% | 1% | - |
| XYZ | 45.08 | 28.65 | 4.13 | - |
| YUV | 132.04 | 68.16 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 26 | 0 | 0.65 | 0.90 | 0 | 16.77 | 1 | 0.55 |
| Hex | FF | 5A | 1A | 0 | 41 | 5A | 0 | 11 | 64 | 37 |
| Octal | 377 | 132 | 32 | 0 | 101 | 132 | 0 | 21 | 144 | 67 |
| Binary | 11111111 | 1011010 | 11010 | 0 | 1000001 | 1011010 | 0 | 10001 | 1100100 | 110111 |
Color Harmonies of #FF5A1A
Complementary color
Monochromatic Colors of #FF5A1A
Black with #FF5A1A
Text Example
Text Example
White with #FF5A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A1A; }
p { color: rgb(255,90,26); }
H1.HeaderClassName
{
color: #FF5A1A;
}
.AnyTagClassName
{
color: #FF5A1A;
}
</style>
background-color css
<style>
a { background-color: #FF5A1A; }
a { background-color: rgb(255,90,26); }
div.DivClassName
{
background-color: #FF5A1A;
}
.BgClassName
{
background-color: #FF5A1A;
}
</style>
border-color css
<style>
span { border-color: #FF5A1A; }
span { border-color: rgb(255,90,26); }
td.TdClassName
{
border-color: #FF5A1A;
}
.TagClassName
{
border-color: #FF5A1A;
}
</style>