Html Css Color HEX #FE520B International Orange
📋 copy color: '#FE520B'red 254 ◦ green 82 ◦ blue 11
Shades of International Orange #FE520B
Tints of International Orange #FE520B
RGB
CMYK
RGB Variations
Color information
#FE520B (or 0xFE520B) is known color: International Orange. HEX triplet: FE, 52 and 0B. RGB value is (254,82,11). Sum of RGB (Red+Green+Blue) = 254+82+11=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE520B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE520B is #01ADF4. Grayscale: #7D7D7D. Windows color (decimal): -110069 or 742142. OLE color: 742142.
HSL color Cylindrical-coordinate representation of color #FE520B: hue angle of 17.53º 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 #FE520B is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 11 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.00 |
| HSL | 17.53º | 0.99% | 0.52% | - |
| HSV(B) | 17.53º | 0.96% | 1% | - |
| XYZ | 43.95 | 27.13 | 3.24 | - |
| YUV | 125.33 | 63.48 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 11 | 0 | 0.68 | 0.96 | 0.00 | 17.53 | 0.99 | 0.52 |
| Hex | FE | 52 | B | 0 | 44 | 60 | 0 | 12 | 63 | 34 |
| Octal | 376 | 122 | 13 | 0 | 104 | 140 | 0 | 22 | 143 | 64 |
| Binary | 11111110 | 1010010 | 1011 | 0 | 1000100 | 1100000 | 0 | 10010 | 1100011 | 110100 |
Color Harmonies of #FE520B
Complementary color
Monochromatic Colors of #FE520B
Black with #FE520B
Text Example
Text Example
White with #FE520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE520B; }
p { color: rgb(254,82,11); }
H1.HeaderClassName
{
color: #FE520B;
}
.AnyTagClassName
{
color: #FE520B;
}
</style>
background-color css
<style>
a { background-color: #FE520B; }
a { background-color: rgb(254,82,11); }
div.DivClassName
{
background-color: #FE520B;
}
.BgClassName
{
background-color: #FE520B;
}
</style>
border-color css
<style>
span { border-color: #FE520B; }
span { border-color: rgb(254,82,11); }
td.TdClassName
{
border-color: #FE520B;
}
.TagClassName
{
border-color: #FE520B;
}
</style>