Html Css Color HEX #FE520D International Orange
📋 copy color: '#FE520D'red 254 ◦ green 82 ◦ blue 13
Shades of International Orange #FE520D
Tints of International Orange #FE520D
RGB
CMYK
RGB Variations
Color information
#FE520D (or 0xFE520D) is known color: International Orange. HEX triplet: FE, 52 and 0D. RGB value is (254,82,13). Sum of RGB (Red+Green+Blue) = 254+82+13=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE520D is #01ADF2. Grayscale: #7E7E7E. Windows color (decimal): -110067 or 873214. OLE color: 873214.
HSL color Cylindrical-coordinate representation of color #FE520D: hue angle of 17.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE520D is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 13 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.00 |
| HSL | 17.18º | 0.99% | 0.52% | - |
| HSV(B) | 17.18º | 0.95% | 1% | - |
| XYZ | 43.96 | 27.13 | 3.3 | - |
| YUV | 125.56 | 64.48 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 13 | 0 | 0.68 | 0.95 | 0.00 | 17.18 | 0.99 | 0.52 |
| Hex | FE | 52 | D | 0 | 44 | 5F | 0 | 11 | 63 | 34 |
| Octal | 376 | 122 | 15 | 0 | 104 | 137 | 0 | 21 | 143 | 64 |
| Binary | 11111110 | 1010010 | 1101 | 0 | 1000100 | 1011111 | 0 | 10001 | 1100011 | 110100 |
Color Harmonies of #FE520D
Complementary color
Monochromatic Colors of #FE520D
Black with #FE520D
Text Example
Text Example
White with #FE520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE520D; }
p { color: rgb(254,82,13); }
H1.HeaderClassName
{
color: #FE520D;
}
.AnyTagClassName
{
color: #FE520D;
}
</style>
background-color css
<style>
a { background-color: #FE520D; }
a { background-color: rgb(254,82,13); }
div.DivClassName
{
background-color: #FE520D;
}
.BgClassName
{
background-color: #FE520D;
}
</style>
border-color css
<style>
span { border-color: #FE520D; }
span { border-color: rgb(254,82,13); }
td.TdClassName
{
border-color: #FE520D;
}
.TagClassName
{
border-color: #FE520D;
}
</style>