Html Css Color HEX #FE521A International Orange
📋 copy color: '#FE521A'red 254 ◦ green 82 ◦ blue 26
Shades of International Orange #FE521A
Tints of International Orange #FE521A
RGB
CMYK
RGB Variations
Color information
#FE521A (or 0xFE521A) is known color: International Orange. HEX triplet: FE, 52 and 1A. RGB value is (254,82,26). Sum of RGB (Red+Green+Blue) = 254+82+26=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE521A is #01ADE5. Grayscale: #7F7F7F. Windows color (decimal): -110054 or 1725182. OLE color: 1725182.
HSL color Cylindrical-coordinate representation of color #FE521A: hue angle of 14.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE521A is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 26 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.00 |
| HSL | 14.74º | 0.99% | 0.55% | - |
| HSV(B) | 14.74º | 0.9% | 1% | - |
| XYZ | 44.08 | 27.18 | 3.9 | - |
| YUV | 127.04 | 70.98 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 26 | 0 | 0.68 | 0.90 | 0.00 | 14.74 | 0.99 | 0.55 |
| Hex | FE | 52 | 1A | 0 | 44 | 5A | 0 | F | 63 | 37 |
| Octal | 376 | 122 | 32 | 0 | 104 | 132 | 0 | 17 | 143 | 67 |
| Binary | 11111110 | 1010010 | 11010 | 0 | 1000100 | 1011010 | 0 | 1111 | 1100011 | 110111 |
Color Harmonies of #FE521A
Complementary color
Monochromatic Colors of #FE521A
Black with #FE521A
Text Example
Text Example
White with #FE521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE521A; }
p { color: rgb(254,82,26); }
H1.HeaderClassName
{
color: #FE521A;
}
.AnyTagClassName
{
color: #FE521A;
}
</style>
background-color css
<style>
a { background-color: #FE521A; }
a { background-color: rgb(254,82,26); }
div.DivClassName
{
background-color: #FE521A;
}
.BgClassName
{
background-color: #FE521A;
}
</style>
border-color css
<style>
span { border-color: #FE521A; }
span { border-color: rgb(254,82,26); }
td.TdClassName
{
border-color: #FE521A;
}
.TagClassName
{
border-color: #FE521A;
}
</style>