Html Css Color HEX #FC540E International Orange
📋 copy color: '#FC540E'red 252 ◦ green 84 ◦ blue 14
Shades of International Orange #FC540E
Tints of International Orange #FC540E
RGB
CMYK
RGB Variations
Color information
#FC540E (or 0xFC540E) is known color: International Orange. HEX triplet: FC, 54 and 0E. RGB value is (252,84,14). Sum of RGB (Red+Green+Blue) = 252+84+14=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC540E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC540E is #03ABF1. Grayscale: #7E7E7E. Windows color (decimal): -240626 or 939260. OLE color: 939260.
HSL color Cylindrical-coordinate representation of color #FC540E: hue angle of 17.65º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC540E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.01 |
| HSL | 17.65º | 0.98% | 0.52% | - |
| HSV(B) | 17.65º | 0.94% | 0.99% | - |
| XYZ | 43.39 | 27.07 | 3.35 | - |
| YUV | 126.25 | 64.66 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 14 | 0 | 0.67 | 0.94 | 0.01 | 17.65 | 0.98 | 0.52 |
| Hex | FC | 54 | E | 0 | 43 | 5E | 1 | 12 | 62 | 34 |
| Octal | 374 | 124 | 16 | 0 | 103 | 136 | 1 | 22 | 142 | 64 |
| Binary | 11111100 | 1010100 | 1110 | 0 | 1000011 | 1011110 | 1 | 10010 | 1100010 | 110100 |
Color Harmonies of #FC540E
Complementary color
Monochromatic Colors of #FC540E
Black with #FC540E
Text Example
Text Example
White with #FC540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC540E; }
p { color: rgb(252,84,14); }
H1.HeaderClassName
{
color: #FC540E;
}
.AnyTagClassName
{
color: #FC540E;
}
</style>
background-color css
<style>
a { background-color: #FC540E; }
a { background-color: rgb(252,84,14); }
div.DivClassName
{
background-color: #FC540E;
}
.BgClassName
{
background-color: #FC540E;
}
</style>
border-color css
<style>
span { border-color: #FC540E; }
span { border-color: rgb(252,84,14); }
td.TdClassName
{
border-color: #FC540E;
}
.TagClassName
{
border-color: #FC540E;
}
</style>