Shades of International Orange #FE5A07
Tints of International Orange #FE5A07
RGB
CMYK
RGB Variations
Color information
#FE5A07 (or 0xFE5A07) is known color: International Orange. HEX triplet: FE, 5A and 07. RGB value is (254,90,7). Sum of RGB (Red+Green+Blue) = 254+90+7=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5A07 is #01A5F8. Grayscale: #828282. Windows color (decimal): -108025 or 482046. OLE color: 482046.
HSL color Cylindrical-coordinate representation of color #FE5A07: hue angle of 20.16º 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 #FE5A07 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.00 |
| HSL | 20.16º | 0.99% | 0.51% | - |
| HSV(B) | 20.16º | 0.97% | 1% | - |
| XYZ | 44.57 | 28.4 | 3.33 | - |
| YUV | 129.57 | 58.83 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 7 | 0 | 0.65 | 0.97 | 0.00 | 20.16 | 0.99 | 0.51 |
| Hex | FE | 5A | 7 | 0 | 41 | 61 | 0 | 14 | 63 | 33 |
| Octal | 376 | 132 | 7 | 0 | 101 | 141 | 0 | 24 | 143 | 63 |
| Binary | 11111110 | 1011010 | 111 | 0 | 1000001 | 1100001 | 0 | 10100 | 1100011 | 110011 |
Color Harmonies of #FE5A07
Complementary color
Monochromatic Colors of #FE5A07
Black with #FE5A07
Text Example
Text Example
White with #FE5A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A07; }
p { color: rgb(254,90,7); }
H1.HeaderClassName
{
color: #FE5A07;
}
.AnyTagClassName
{
color: #FE5A07;
}
</style>
background-color css
<style>
a { background-color: #FE5A07; }
a { background-color: rgb(254,90,7); }
div.DivClassName
{
background-color: #FE5A07;
}
.BgClassName
{
background-color: #FE5A07;
}
</style>
border-color css
<style>
span { border-color: #FE5A07; }
span { border-color: rgb(254,90,7); }
td.TdClassName
{
border-color: #FE5A07;
}
.TagClassName
{
border-color: #FE5A07;
}
</style>