Html Css Color HEX #FF541A International Orange
📋 copy color: '#FF541A'red 255 ◦ green 84 ◦ blue 26
Shades of International Orange #FF541A
Tints of International Orange #FF541A
RGB
CMYK
RGB Variations
Color information
#FF541A (or 0xFF541A) is known color: International Orange. HEX triplet: FF, 54 and 1A. RGB value is (255,84,26). Sum of RGB (Red+Green+Blue) = 255+84+26=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF541A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF541A is #00ABE5. Grayscale: #808080. Windows color (decimal): -44006 or 1725695. OLE color: 1725695.
HSL color Cylindrical-coordinate representation of color #FF541A: hue angle of 15.2º 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 #FF541A is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 26 | - |
| CMYK | 0 | 0.67 | 0.90 | 0 |
| HSL | 15.2º | 1% | 0.55% | - |
| HSV(B) | 15.2º | 0.9% | 1% | - |
| XYZ | 44.6 | 27.68 | 3.97 | - |
| YUV | 128.52 | 70.15 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 26 | 0 | 0.67 | 0.90 | 0 | 15.2 | 1 | 0.55 |
| Hex | FF | 54 | 1A | 0 | 43 | 5A | 0 | F | 64 | 37 |
| Octal | 377 | 124 | 32 | 0 | 103 | 132 | 0 | 17 | 144 | 67 |
| Binary | 11111111 | 1010100 | 11010 | 0 | 1000011 | 1011010 | 0 | 1111 | 1100100 | 110111 |
Color Harmonies of #FF541A
Complementary color
Monochromatic Colors of #FF541A
Black with #FF541A
Text Example
Text Example
White with #FF541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF541A; }
p { color: rgb(255,84,26); }
H1.HeaderClassName
{
color: #FF541A;
}
.AnyTagClassName
{
color: #FF541A;
}
</style>
background-color css
<style>
a { background-color: #FF541A; }
a { background-color: rgb(255,84,26); }
div.DivClassName
{
background-color: #FF541A;
}
.BgClassName
{
background-color: #FF541A;
}
</style>
border-color css
<style>
span { border-color: #FF541A; }
span { border-color: rgb(255,84,26); }
td.TdClassName
{
border-color: #FF541A;
}
.TagClassName
{
border-color: #FF541A;
}
</style>