Html Css Color HEX #FC500E International Orange
📋 copy color: '#FC500E'red 252 ◦ green 80 ◦ blue 14
Shades of International Orange #FC500E
Tints of International Orange #FC500E
RGB
CMYK
RGB Variations
Color information
#FC500E (or 0xFC500E) is known color: International Orange. HEX triplet: FC, 50 and 0E. RGB value is (252,80,14). Sum of RGB (Red+Green+Blue) = 252+80+14=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC500E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC500E is #03AFF1. Grayscale: #7C7C7C. Windows color (decimal): -241650 or 938236. OLE color: 938236.
HSL color Cylindrical-coordinate representation of color #FC500E: hue angle of 16.64º 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 #FC500E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 14 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.01 |
| HSL | 16.64º | 0.98% | 0.52% | - |
| HSV(B) | 16.64º | 0.94% | 0.99% | - |
| XYZ | 43.09 | 26.46 | 3.25 | - |
| YUV | 123.9 | 65.98 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 14 | 0 | 0.68 | 0.94 | 0.01 | 16.64 | 0.98 | 0.52 |
| Hex | FC | 50 | E | 0 | 44 | 5E | 1 | 11 | 62 | 34 |
| Octal | 374 | 120 | 16 | 0 | 104 | 136 | 1 | 21 | 142 | 64 |
| Binary | 11111100 | 1010000 | 1110 | 0 | 1000100 | 1011110 | 1 | 10001 | 1100010 | 110100 |
Color Harmonies of #FC500E
Complementary color
Monochromatic Colors of #FC500E
Black with #FC500E
Text Example
Text Example
White with #FC500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC500E; }
p { color: rgb(252,80,14); }
H1.HeaderClassName
{
color: #FC500E;
}
.AnyTagClassName
{
color: #FC500E;
}
</style>
background-color css
<style>
a { background-color: #FC500E; }
a { background-color: rgb(252,80,14); }
div.DivClassName
{
background-color: #FC500E;
}
.BgClassName
{
background-color: #FC500E;
}
</style>
border-color css
<style>
span { border-color: #FC500E; }
span { border-color: rgb(252,80,14); }
td.TdClassName
{
border-color: #FC500E;
}
.TagClassName
{
border-color: #FC500E;
}
</style>