Shades of International Orange #FE5308
Tints of International Orange #FE5308
RGB
CMYK
RGB Variations
Color information
#FE5308 (or 0xFE5308) is known color: International Orange. HEX triplet: FE, 53 and 08. RGB value is (254,83,8). Sum of RGB (Red+Green+Blue) = 254+83+8=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5308 is #01ACF7. Grayscale: #7E7E7E. Windows color (decimal): -109816 or 545790. OLE color: 545790.
HSL color Cylindrical-coordinate representation of color #FE5308: hue angle of 18.29º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE5308 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 8 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.00 |
| HSL | 18.29º | 0.99% | 0.51% | - |
| HSV(B) | 18.29º | 0.97% | 1% | - |
| XYZ | 44.01 | 27.27 | 3.17 | - |
| YUV | 125.58 | 61.65 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 8 | 0 | 0.67 | 0.97 | 0.00 | 18.29 | 0.99 | 0.51 |
| Hex | FE | 53 | 8 | 0 | 43 | 61 | 0 | 12 | 63 | 33 |
| Octal | 376 | 123 | 10 | 0 | 103 | 141 | 0 | 22 | 143 | 63 |
| Binary | 11111110 | 1010011 | 1000 | 0 | 1000011 | 1100001 | 0 | 10010 | 1100011 | 110011 |
Color Harmonies of #FE5308
Complementary color
Monochromatic Colors of #FE5308
Black with #FE5308
Text Example
Text Example
White with #FE5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5308; }
p { color: rgb(254,83,8); }
H1.HeaderClassName
{
color: #FE5308;
}
.AnyTagClassName
{
color: #FE5308;
}
</style>
background-color css
<style>
a { background-color: #FE5308; }
a { background-color: rgb(254,83,8); }
div.DivClassName
{
background-color: #FE5308;
}
.BgClassName
{
background-color: #FE5308;
}
</style>
border-color css
<style>
span { border-color: #FE5308; }
span { border-color: rgb(254,83,8); }
td.TdClassName
{
border-color: #FE5308;
}
.TagClassName
{
border-color: #FE5308;
}
</style>