Html Css Color HEX #FE5418 International Orange
📋 copy color: '#FE5418'red 254 ◦ green 84 ◦ blue 24
Shades of International Orange #FE5418
Tints of International Orange #FE5418
RGB
CMYK
RGB Variations
Color information
#FE5418 (or 0xFE5418) is known color: International Orange. HEX triplet: FE, 54 and 18. RGB value is (254,84,24). Sum of RGB (Red+Green+Blue) = 254+84+24=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5418 is #01ABE7. Grayscale: #808080. Windows color (decimal): -109544 or 1594622. OLE color: 1594622.
HSL color Cylindrical-coordinate representation of color #FE5418: hue angle of 15.65º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE5418 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 24 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.00 |
| HSL | 15.65º | 0.99% | 0.55% | - |
| HSV(B) | 15.65º | 0.91% | 1% | - |
| XYZ | 44.21 | 27.48 | 3.84 | - |
| YUV | 127.99 | 69.32 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 24 | 0 | 0.67 | 0.91 | 0.00 | 15.65 | 0.99 | 0.55 |
| Hex | FE | 54 | 18 | 0 | 43 | 5B | 0 | 10 | 63 | 37 |
| Octal | 376 | 124 | 30 | 0 | 103 | 133 | 0 | 20 | 143 | 67 |
| Binary | 11111110 | 1010100 | 11000 | 0 | 1000011 | 1011011 | 0 | 10000 | 1100011 | 110111 |
Color Harmonies of #FE5418
Complementary color
Monochromatic Colors of #FE5418
Black with #FE5418
Text Example
Text Example
White with #FE5418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5418; }
p { color: rgb(254,84,24); }
H1.HeaderClassName
{
color: #FE5418;
}
.AnyTagClassName
{
color: #FE5418;
}
</style>
background-color css
<style>
a { background-color: #FE5418; }
a { background-color: rgb(254,84,24); }
div.DivClassName
{
background-color: #FE5418;
}
.BgClassName
{
background-color: #FE5418;
}
</style>
border-color css
<style>
span { border-color: #FE5418; }
span { border-color: rgb(254,84,24); }
td.TdClassName
{
border-color: #FE5418;
}
.TagClassName
{
border-color: #FE5418;
}
</style>