Html Css Color HEX #FE540F International Orange
📋 copy color: '#FE540F'red 254 ◦ green 84 ◦ blue 15
Shades of International Orange #FE540F
Tints of International Orange #FE540F
RGB
CMYK
RGB Variations
Color information
#FE540F (or 0xFE540F) is known color: International Orange. HEX triplet: FE, 54 and 0F. RGB value is (254,84,15). Sum of RGB (Red+Green+Blue) = 254+84+15=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE540F is #01ABF0. Grayscale: #7F7F7F. Windows color (decimal): -109553 or 1004798. OLE color: 1004798.
HSL color Cylindrical-coordinate representation of color #FE540F: hue angle of 17.32º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE540F is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 15 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.00 |
| HSL | 17.32º | 0.99% | 0.53% | - |
| HSV(B) | 17.32º | 0.94% | 1% | - |
| XYZ | 44.13 | 27.45 | 3.42 | - |
| YUV | 126.96 | 64.82 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 15 | 0 | 0.67 | 0.94 | 0.00 | 17.32 | 0.99 | 0.53 |
| Hex | FE | 54 | F | 0 | 43 | 5E | 0 | 11 | 63 | 35 |
| Octal | 376 | 124 | 17 | 0 | 103 | 136 | 0 | 21 | 143 | 65 |
| Binary | 11111110 | 1010100 | 1111 | 0 | 1000011 | 1011110 | 0 | 10001 | 1100011 | 110101 |
Color Harmonies of #FE540F
Complementary color
Monochromatic Colors of #FE540F
Black with #FE540F
Text Example
Text Example
White with #FE540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE540F; }
p { color: rgb(254,84,15); }
H1.HeaderClassName
{
color: #FE540F;
}
.AnyTagClassName
{
color: #FE540F;
}
</style>
background-color css
<style>
a { background-color: #FE540F; }
a { background-color: rgb(254,84,15); }
div.DivClassName
{
background-color: #FE540F;
}
.BgClassName
{
background-color: #FE540F;
}
</style>
border-color css
<style>
span { border-color: #FE540F; }
span { border-color: rgb(254,84,15); }
td.TdClassName
{
border-color: #FE540F;
}
.TagClassName
{
border-color: #FE540F;
}
</style>