Html Css Color HEX #FE531A International Orange
📋 copy color: '#FE531A'red 254 ◦ green 83 ◦ blue 26
Shades of International Orange #FE531A
Tints of International Orange #FE531A
RGB
CMYK
RGB Variations
Color information
#FE531A (or 0xFE531A) is known color: International Orange. HEX triplet: FE, 53 and 1A. RGB value is (254,83,26). Sum of RGB (Red+Green+Blue) = 254+83+26=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE531A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE531A is #01ACE5. Grayscale: #808080. Windows color (decimal): -109798 or 1725438. OLE color: 1725438.
HSL color Cylindrical-coordinate representation of color #FE531A: hue angle of 15º 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 #FE531A is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 26 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.00 |
| HSL | 15º | 0.99% | 0.55% | - |
| HSV(B) | 15º | 0.9% | 1% | - |
| XYZ | 44.15 | 27.33 | 3.93 | - |
| YUV | 127.63 | 70.65 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 26 | 0 | 0.67 | 0.90 | 0.00 | 15 | 0.99 | 0.55 |
| Hex | FE | 53 | 1A | 0 | 43 | 5A | 0 | F | 63 | 37 |
| Octal | 376 | 123 | 32 | 0 | 103 | 132 | 0 | 17 | 143 | 67 |
| Binary | 11111110 | 1010011 | 11010 | 0 | 1000011 | 1011010 | 0 | 1111 | 1100011 | 110111 |
Color Harmonies of #FE531A
Complementary color
Monochromatic Colors of #FE531A
Black with #FE531A
Text Example
Text Example
White with #FE531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE531A; }
p { color: rgb(254,83,26); }
H1.HeaderClassName
{
color: #FE531A;
}
.AnyTagClassName
{
color: #FE531A;
}
</style>
background-color css
<style>
a { background-color: #FE531A; }
a { background-color: rgb(254,83,26); }
div.DivClassName
{
background-color: #FE531A;
}
.BgClassName
{
background-color: #FE531A;
}
</style>
border-color css
<style>
span { border-color: #FE531A; }
span { border-color: rgb(254,83,26); }
td.TdClassName
{
border-color: #FE531A;
}
.TagClassName
{
border-color: #FE531A;
}
</style>