Html Css Color HEX #FF520A International Orange
📋 copy color: '#FF520A'red 255 ◦ green 82 ◦ blue 10
Shades of International Orange #FF520A
Tints of International Orange #FF520A
RGB
CMYK
RGB Variations
Color information
#FF520A (or 0xFF520A) is known color: International Orange. HEX triplet: FF, 52 and 0A. RGB value is (255,82,10). Sum of RGB (Red+Green+Blue) = 255+82+10=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF520A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF520A is #00ADF5. Grayscale: #7D7D7D. Windows color (decimal): -44534 or 676607. OLE color: 676607.
HSL color Cylindrical-coordinate representation of color #FF520A: hue angle of 17.63º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF520A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 10 | - |
| CMYK | 0 | 0.68 | 0.96 | 0 |
| HSL | 17.63º | 1% | 0.52% | - |
| HSV(B) | 17.63º | 0.96% | 1% | - |
| XYZ | 44.31 | 27.32 | 3.22 | - |
| YUV | 125.52 | 62.81 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 10 | 0 | 0.68 | 0.96 | 0 | 17.63 | 1 | 0.52 |
| Hex | FF | 52 | A | 0 | 44 | 60 | 0 | 12 | 64 | 34 |
| Octal | 377 | 122 | 12 | 0 | 104 | 140 | 0 | 22 | 144 | 64 |
| Binary | 11111111 | 1010010 | 1010 | 0 | 1000100 | 1100000 | 0 | 10010 | 1100100 | 110100 |
Color Harmonies of #FF520A
Complementary color
Monochromatic Colors of #FF520A
Black with #FF520A
Text Example
Text Example
White with #FF520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF520A; }
p { color: rgb(255,82,10); }
H1.HeaderClassName
{
color: #FF520A;
}
.AnyTagClassName
{
color: #FF520A;
}
</style>
background-color css
<style>
a { background-color: #FF520A; }
a { background-color: rgb(255,82,10); }
div.DivClassName
{
background-color: #FF520A;
}
.BgClassName
{
background-color: #FF520A;
}
</style>
border-color css
<style>
span { border-color: #FF520A; }
span { border-color: rgb(255,82,10); }
td.TdClassName
{
border-color: #FF520A;
}
.TagClassName
{
border-color: #FF520A;
}
</style>