Html Css Color HEX #FE5314 International Orange
📋 copy color: '#FE5314'red 254 ◦ green 83 ◦ blue 20
Shades of International Orange #FE5314
Tints of International Orange #FE5314
RGB
CMYK
RGB Variations
Color information
#FE5314 (or 0xFE5314) is known color: International Orange. HEX triplet: FE, 53 and 14. RGB value is (254,83,20). Sum of RGB (Red+Green+Blue) = 254+83+20=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5314 is #01ACEB. Grayscale: #7F7F7F. Windows color (decimal): -109804 or 1332222. OLE color: 1332222.
HSL color Cylindrical-coordinate representation of color #FE5314: hue angle of 16.15º 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 #FE5314 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 20 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.00 |
| HSL | 16.15º | 0.99% | 0.54% | - |
| HSV(B) | 16.15º | 0.92% | 1% | - |
| XYZ | 44.09 | 27.31 | 3.61 | - |
| YUV | 126.95 | 67.65 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 20 | 0 | 0.67 | 0.92 | 0.00 | 16.15 | 0.99 | 0.54 |
| Hex | FE | 53 | 14 | 0 | 43 | 5C | 0 | 10 | 63 | 36 |
| Octal | 376 | 123 | 24 | 0 | 103 | 134 | 0 | 20 | 143 | 66 |
| Binary | 11111110 | 1010011 | 10100 | 0 | 1000011 | 1011100 | 0 | 10000 | 1100011 | 110110 |
Color Harmonies of #FE5314
Complementary color
Monochromatic Colors of #FE5314
Black with #FE5314
Text Example
Text Example
White with #FE5314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5314; }
p { color: rgb(254,83,20); }
H1.HeaderClassName
{
color: #FE5314;
}
.AnyTagClassName
{
color: #FE5314;
}
</style>
background-color css
<style>
a { background-color: #FE5314; }
a { background-color: rgb(254,83,20); }
div.DivClassName
{
background-color: #FE5314;
}
.BgClassName
{
background-color: #FE5314;
}
</style>
border-color css
<style>
span { border-color: #FE5314; }
span { border-color: rgb(254,83,20); }
td.TdClassName
{
border-color: #FE5314;
}
.TagClassName
{
border-color: #FE5314;
}
</style>