Html Css Color HEX #FF540A International Orange
📋 copy color: '#FF540A'red 255 ◦ green 84 ◦ blue 10
Shades of International Orange #FF540A
Tints of International Orange #FF540A
RGB
CMYK
RGB Variations
Color information
#FF540A (or 0xFF540A) is known color: International Orange. HEX triplet: FF, 54 and 0A. RGB value is (255,84,10). Sum of RGB (Red+Green+Blue) = 255+84+10=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF540A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF540A is #00ABF5. Grayscale: #7F7F7F. Windows color (decimal): -44022 or 677119. OLE color: 677119.
HSL color Cylindrical-coordinate representation of color #FF540A: hue angle of 18.12º 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 #FF540A is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 10 | - |
| CMYK | 0 | 0.67 | 0.96 | 0 |
| HSL | 18.12º | 1% | 0.52% | - |
| HSV(B) | 18.12º | 0.96% | 1% | - |
| XYZ | 44.47 | 27.62 | 3.28 | - |
| YUV | 126.69 | 62.15 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 10 | 0 | 0.67 | 0.96 | 0 | 18.12 | 1 | 0.52 |
| Hex | FF | 54 | A | 0 | 43 | 60 | 0 | 12 | 64 | 34 |
| Octal | 377 | 124 | 12 | 0 | 103 | 140 | 0 | 22 | 144 | 64 |
| Binary | 11111111 | 1010100 | 1010 | 0 | 1000011 | 1100000 | 0 | 10010 | 1100100 | 110100 |
Color Harmonies of #FF540A
Complementary color
Monochromatic Colors of #FF540A
Black with #FF540A
Text Example
Text Example
White with #FF540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF540A; }
p { color: rgb(255,84,10); }
H1.HeaderClassName
{
color: #FF540A;
}
.AnyTagClassName
{
color: #FF540A;
}
</style>
background-color css
<style>
a { background-color: #FF540A; }
a { background-color: rgb(255,84,10); }
div.DivClassName
{
background-color: #FF540A;
}
.BgClassName
{
background-color: #FF540A;
}
</style>
border-color css
<style>
span { border-color: #FF540A; }
span { border-color: rgb(255,84,10); }
td.TdClassName
{
border-color: #FF540A;
}
.TagClassName
{
border-color: #FF540A;
}
</style>