Html Css Color HEX #FE5515 International Orange
📋 copy color: '#FE5515'red 254 ◦ green 85 ◦ blue 21
Shades of International Orange #FE5515
Tints of International Orange #FE5515
RGB
CMYK
RGB Variations
Color information
#FE5515 (or 0xFE5515) is known color: International Orange. HEX triplet: FE, 55 and 15. RGB value is (254,85,21). Sum of RGB (Red+Green+Blue) = 254+85+21=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5515 is #01AAEA. Grayscale: #808080. Windows color (decimal): -109291 or 1398270. OLE color: 1398270.
HSL color Cylindrical-coordinate representation of color #FE5515: hue angle of 16.48º 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 #FE5515 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 21 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.00 |
| HSL | 16.48º | 0.99% | 0.54% | - |
| HSV(B) | 16.48º | 0.92% | 1% | - |
| XYZ | 44.26 | 27.62 | 3.71 | - |
| YUV | 128.24 | 67.49 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 21 | 0 | 0.67 | 0.92 | 0.00 | 16.48 | 0.99 | 0.54 |
| Hex | FE | 55 | 15 | 0 | 43 | 5C | 0 | 10 | 63 | 36 |
| Octal | 376 | 125 | 25 | 0 | 103 | 134 | 0 | 20 | 143 | 66 |
| Binary | 11111110 | 1010101 | 10101 | 0 | 1000011 | 1011100 | 0 | 10000 | 1100011 | 110110 |
Color Harmonies of #FE5515
Complementary color
Monochromatic Colors of #FE5515
Black with #FE5515
Text Example
Text Example
White with #FE5515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5515; }
p { color: rgb(254,85,21); }
H1.HeaderClassName
{
color: #FE5515;
}
.AnyTagClassName
{
color: #FE5515;
}
</style>
background-color css
<style>
a { background-color: #FE5515; }
a { background-color: rgb(254,85,21); }
div.DivClassName
{
background-color: #FE5515;
}
.BgClassName
{
background-color: #FE5515;
}
</style>
border-color css
<style>
span { border-color: #FE5515; }
span { border-color: rgb(254,85,21); }
td.TdClassName
{
border-color: #FE5515;
}
.TagClassName
{
border-color: #FE5515;
}
</style>