Html Css Color HEX #FF540D International Orange
📋 copy color: '#FF540D'red 255 ◦ green 84 ◦ blue 13
Shades of International Orange #FF540D
Tints of International Orange #FF540D
RGB
CMYK
RGB Variations
Color information
#FF540D (or 0xFF540D) is known color: International Orange. HEX triplet: FF, 54 and 0D. RGB value is (255,84,13). Sum of RGB (Red+Green+Blue) = 255+84+13=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF540D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF540D is #00ABF2. Grayscale: #7F7F7F. Windows color (decimal): -44019 or 873727. OLE color: 873727.
HSL color Cylindrical-coordinate representation of color #FF540D: hue angle of 17.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF540D is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 13 | - |
| CMYK | 0 | 0.67 | 0.95 | 0 |
| HSL | 17.6º | 1% | 0.53% | - |
| HSV(B) | 17.6º | 0.95% | 1% | - |
| XYZ | 44.48 | 27.63 | 3.37 | - |
| YUV | 127.04 | 63.65 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 13 | 0 | 0.67 | 0.95 | 0 | 17.6 | 1 | 0.53 |
| Hex | FF | 54 | D | 0 | 43 | 5F | 0 | 12 | 64 | 35 |
| Octal | 377 | 124 | 15 | 0 | 103 | 137 | 0 | 22 | 144 | 65 |
| Binary | 11111111 | 1010100 | 1101 | 0 | 1000011 | 1011111 | 0 | 10010 | 1100100 | 110101 |
Color Harmonies of #FF540D
Complementary color
Monochromatic Colors of #FF540D
Black with #FF540D
Text Example
Text Example
White with #FF540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF540D; }
p { color: rgb(255,84,13); }
H1.HeaderClassName
{
color: #FF540D;
}
.AnyTagClassName
{
color: #FF540D;
}
</style>
background-color css
<style>
a { background-color: #FF540D; }
a { background-color: rgb(255,84,13); }
div.DivClassName
{
background-color: #FF540D;
}
.BgClassName
{
background-color: #FF540D;
}
</style>
border-color css
<style>
span { border-color: #FF540D; }
span { border-color: rgb(255,84,13); }
td.TdClassName
{
border-color: #FF540D;
}
.TagClassName
{
border-color: #FF540D;
}
</style>