Html Css Color HEX #FE5714 International Orange
📋 copy color: '#FE5714'red 254 ◦ green 87 ◦ blue 20
Shades of International Orange #FE5714
Tints of International Orange #FE5714
RGB
CMYK
RGB Variations
Color information
#FE5714 (or 0xFE5714) is known color: International Orange. HEX triplet: FE, 57 and 14. RGB value is (254,87,20). Sum of RGB (Red+Green+Blue) = 254+87+20=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5714 is #01A8EB. Grayscale: #818181. Windows color (decimal): -108780 or 1333246. OLE color: 1333246.
HSL color Cylindrical-coordinate representation of color #FE5714: hue angle of 17.18º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE5714 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 20 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.00 |
| HSL | 17.18º | 0.99% | 0.54% | - |
| HSV(B) | 17.18º | 0.92% | 1% | - |
| XYZ | 44.41 | 27.94 | 3.71 | - |
| YUV | 129.3 | 66.33 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 20 | 0 | 0.66 | 0.92 | 0.00 | 17.18 | 0.99 | 0.54 |
| Hex | FE | 57 | 14 | 0 | 42 | 5C | 0 | 11 | 63 | 36 |
| Octal | 376 | 127 | 24 | 0 | 102 | 134 | 0 | 21 | 143 | 66 |
| Binary | 11111110 | 1010111 | 10100 | 0 | 1000010 | 1011100 | 0 | 10001 | 1100011 | 110110 |
Color Harmonies of #FE5714
Complementary color
Monochromatic Colors of #FE5714
Black with #FE5714
Text Example
Text Example
White with #FE5714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5714; }
p { color: rgb(254,87,20); }
H1.HeaderClassName
{
color: #FE5714;
}
.AnyTagClassName
{
color: #FE5714;
}
</style>
background-color css
<style>
a { background-color: #FE5714; }
a { background-color: rgb(254,87,20); }
div.DivClassName
{
background-color: #FE5714;
}
.BgClassName
{
background-color: #FE5714;
}
</style>
border-color css
<style>
span { border-color: #FE5714; }
span { border-color: rgb(254,87,20); }
td.TdClassName
{
border-color: #FE5714;
}
.TagClassName
{
border-color: #FE5714;
}
</style>