Html Css Color HEX #FE500B International Orange
📋 copy color: '#FE500B'red 254 ◦ green 80 ◦ blue 11
Shades of International Orange #FE500B
Tints of International Orange #FE500B
RGB
CMYK
RGB Variations
Color information
#FE500B (or 0xFE500B) is known color: International Orange. HEX triplet: FE, 50 and 0B. RGB value is (254,80,11). Sum of RGB (Red+Green+Blue) = 254+80+11=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE500B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE500B is #01AFF4. Grayscale: #7C7C7C. Windows color (decimal): -110581 or 741630. OLE color: 741630.
HSL color Cylindrical-coordinate representation of color #FE500B: hue angle of 17.04º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE500B is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 11 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.00 |
| HSL | 17.04º | 0.99% | 0.52% | - |
| HSV(B) | 17.04º | 0.96% | 1% | - |
| XYZ | 43.8 | 26.83 | 3.19 | - |
| YUV | 124.16 | 64.15 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 11 | 0 | 0.69 | 0.96 | 0.00 | 17.04 | 0.99 | 0.52 |
| Hex | FE | 50 | B | 0 | 45 | 60 | 0 | 11 | 63 | 34 |
| Octal | 376 | 120 | 13 | 0 | 105 | 140 | 0 | 21 | 143 | 64 |
| Binary | 11111110 | 1010000 | 1011 | 0 | 1000101 | 1100000 | 0 | 10001 | 1100011 | 110100 |
Color Harmonies of #FE500B
Complementary color
Monochromatic Colors of #FE500B
Black with #FE500B
Text Example
Text Example
White with #FE500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE500B; }
p { color: rgb(254,80,11); }
H1.HeaderClassName
{
color: #FE500B;
}
.AnyTagClassName
{
color: #FE500B;
}
</style>
background-color css
<style>
a { background-color: #FE500B; }
a { background-color: rgb(254,80,11); }
div.DivClassName
{
background-color: #FE500B;
}
.BgClassName
{
background-color: #FE500B;
}
</style>
border-color css
<style>
span { border-color: #FE500B; }
span { border-color: rgb(254,80,11); }
td.TdClassName
{
border-color: #FE500B;
}
.TagClassName
{
border-color: #FE500B;
}
</style>