Html Css Color HEX #FF520E International Orange
📋 copy color: '#FF520E'red 255 ◦ green 82 ◦ blue 14
Shades of International Orange #FF520E
Tints of International Orange #FF520E
RGB
CMYK
RGB Variations
Color information
#FF520E (or 0xFF520E) is known color: International Orange. HEX triplet: FF, 52 and 0E. RGB value is (255,82,14). Sum of RGB (Red+Green+Blue) = 255+82+14=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF520E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF520E is #00ADF1. Grayscale: #7E7E7E. Windows color (decimal): -44530 or 938751. OLE color: 938751.
HSL color Cylindrical-coordinate representation of color #FF520E: hue angle of 16.93º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF520E is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 14 | - |
| CMYK | 0 | 0.68 | 0.95 | 0 |
| HSL | 16.93º | 1% | 0.53% | - |
| HSV(B) | 16.93º | 0.95% | 1% | - |
| XYZ | 44.34 | 27.33 | 3.35 | - |
| YUV | 125.98 | 64.81 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 14 | 0 | 0.68 | 0.95 | 0 | 16.93 | 1 | 0.53 |
| Hex | FF | 52 | E | 0 | 44 | 5F | 0 | 11 | 64 | 35 |
| Octal | 377 | 122 | 16 | 0 | 104 | 137 | 0 | 21 | 144 | 65 |
| Binary | 11111111 | 1010010 | 1110 | 0 | 1000100 | 1011111 | 0 | 10001 | 1100100 | 110101 |
Color Harmonies of #FF520E
Complementary color
Monochromatic Colors of #FF520E
Black with #FF520E
Text Example
Text Example
White with #FF520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF520E; }
p { color: rgb(255,82,14); }
H1.HeaderClassName
{
color: #FF520E;
}
.AnyTagClassName
{
color: #FF520E;
}
</style>
background-color css
<style>
a { background-color: #FF520E; }
a { background-color: rgb(255,82,14); }
div.DivClassName
{
background-color: #FF520E;
}
.BgClassName
{
background-color: #FF520E;
}
</style>
border-color css
<style>
span { border-color: #FF520E; }
span { border-color: rgb(255,82,14); }
td.TdClassName
{
border-color: #FF520E;
}
.TagClassName
{
border-color: #FF520E;
}
</style>