Shades of International Orange #FE5206
Tints of International Orange #FE5206
RGB
CMYK
RGB Variations
Color information
#FE5206 (or 0xFE5206) is known color: International Orange. HEX triplet: FE, 52 and 06. RGB value is (254,82,6). Sum of RGB (Red+Green+Blue) = 254+82+6=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5206 is #01ADF9. Grayscale: #7D7D7D. Windows color (decimal): -110074 or 414462. OLE color: 414462.
HSL color Cylindrical-coordinate representation of color #FE5206: hue angle of 18.39º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE5206 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 6 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.00 |
| HSL | 18.39º | 0.99% | 0.51% | - |
| HSV(B) | 18.39º | 0.98% | 1% | - |
| XYZ | 43.92 | 27.12 | 3.09 | - |
| YUV | 124.76 | 60.98 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 6 | 0 | 0.68 | 0.98 | 0.00 | 18.39 | 0.99 | 0.51 |
| Hex | FE | 52 | 6 | 0 | 44 | 62 | 0 | 12 | 63 | 33 |
| Octal | 376 | 122 | 6 | 0 | 104 | 142 | 0 | 22 | 143 | 63 |
| Binary | 11111110 | 1010010 | 110 | 0 | 1000100 | 1100010 | 0 | 10010 | 1100011 | 110011 |
Color Harmonies of #FE5206
Complementary color
Monochromatic Colors of #FE5206
Black with #FE5206
Text Example
Text Example
White with #FE5206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5206; }
p { color: rgb(254,82,6); }
H1.HeaderClassName
{
color: #FE5206;
}
.AnyTagClassName
{
color: #FE5206;
}
</style>
background-color css
<style>
a { background-color: #FE5206; }
a { background-color: rgb(254,82,6); }
div.DivClassName
{
background-color: #FE5206;
}
.BgClassName
{
background-color: #FE5206;
}
</style>
border-color css
<style>
span { border-color: #FE5206; }
span { border-color: rgb(254,82,6); }
td.TdClassName
{
border-color: #FE5206;
}
.TagClassName
{
border-color: #FE5206;
}
</style>