Html Css Color HEX #FE5712 International Orange
📋 copy color: '#FE5712'red 254 ◦ green 87 ◦ blue 18
Shades of International Orange #FE5712
Tints of International Orange #FE5712
RGB
CMYK
RGB Variations
Color information
#FE5712 (or 0xFE5712) is known color: International Orange. HEX triplet: FE, 57 and 12. RGB value is (254,87,18). Sum of RGB (Red+Green+Blue) = 254+87+18=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5712 is #01A8ED. Grayscale: #818181. Windows color (decimal): -108782 or 1202174. OLE color: 1202174.
HSL color Cylindrical-coordinate representation of color #FE5712: hue angle of 17.54º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE5712 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 18 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.00 |
| HSL | 17.54º | 0.99% | 0.53% | - |
| HSV(B) | 17.54º | 0.93% | 1% | - |
| XYZ | 44.39 | 27.93 | 3.62 | - |
| YUV | 129.07 | 65.33 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 18 | 0 | 0.66 | 0.93 | 0.00 | 17.54 | 0.99 | 0.53 |
| Hex | FE | 57 | 12 | 0 | 42 | 5D | 0 | 12 | 63 | 35 |
| Octal | 376 | 127 | 22 | 0 | 102 | 135 | 0 | 22 | 143 | 65 |
| Binary | 11111110 | 1010111 | 10010 | 0 | 1000010 | 1011101 | 0 | 10010 | 1100011 | 110101 |
Color Harmonies of #FE5712
Complementary color
Monochromatic Colors of #FE5712
Black with #FE5712
Text Example
Text Example
White with #FE5712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5712; }
p { color: rgb(254,87,18); }
H1.HeaderClassName
{
color: #FE5712;
}
.AnyTagClassName
{
color: #FE5712;
}
</style>
background-color css
<style>
a { background-color: #FE5712; }
a { background-color: rgb(254,87,18); }
div.DivClassName
{
background-color: #FE5712;
}
.BgClassName
{
background-color: #FE5712;
}
</style>
border-color css
<style>
span { border-color: #FE5712; }
span { border-color: rgb(254,87,18); }
td.TdClassName
{
border-color: #FE5712;
}
.TagClassName
{
border-color: #FE5712;
}
</style>