Html Css Color HEX #FF540F International Orange
📋 copy color: '#FF540F'red 255 ◦ green 84 ◦ blue 15
Shades of International Orange #FF540F
Tints of International Orange #FF540F
RGB
CMYK
RGB Variations
Color information
#FF540F (or 0xFF540F) is known color: International Orange. HEX triplet: FF, 54 and 0F. RGB value is (255,84,15). Sum of RGB (Red+Green+Blue) = 255+84+15=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF540F is #00ABF0. Grayscale: #7F7F7F. Windows color (decimal): -44017 or 1004799. OLE color: 1004799.
HSL color Cylindrical-coordinate representation of color #FF540F: hue angle of 17.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF540F is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 15 | - |
| CMYK | 0 | 0.67 | 0.94 | 0 |
| HSL | 17.25º | 1% | 0.53% | - |
| HSV(B) | 17.25º | 0.94% | 1% | - |
| XYZ | 44.5 | 27.64 | 3.44 | - |
| YUV | 127.26 | 64.65 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 15 | 0 | 0.67 | 0.94 | 0 | 17.25 | 1 | 0.53 |
| Hex | FF | 54 | F | 0 | 43 | 5E | 0 | 11 | 64 | 35 |
| Octal | 377 | 124 | 17 | 0 | 103 | 136 | 0 | 21 | 144 | 65 |
| Binary | 11111111 | 1010100 | 1111 | 0 | 1000011 | 1011110 | 0 | 10001 | 1100100 | 110101 |
Color Harmonies of #FF540F
Complementary color
Monochromatic Colors of #FF540F
Black with #FF540F
Text Example
Text Example
White with #FF540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF540F; }
p { color: rgb(255,84,15); }
H1.HeaderClassName
{
color: #FF540F;
}
.AnyTagClassName
{
color: #FF540F;
}
</style>
background-color css
<style>
a { background-color: #FF540F; }
a { background-color: rgb(255,84,15); }
div.DivClassName
{
background-color: #FF540F;
}
.BgClassName
{
background-color: #FF540F;
}
</style>
border-color css
<style>
span { border-color: #FF540F; }
span { border-color: rgb(255,84,15); }
td.TdClassName
{
border-color: #FF540F;
}
.TagClassName
{
border-color: #FF540F;
}
</style>