Html Css Color HEX #FF521A International Orange
📋 copy color: '#FF521A'red 255 ◦ green 82 ◦ blue 26
Shades of International Orange #FF521A
Tints of International Orange #FF521A
RGB
CMYK
RGB Variations
Color information
#FF521A (or 0xFF521A) is known color: International Orange. HEX triplet: FF, 52 and 1A. RGB value is (255,82,26). Sum of RGB (Red+Green+Blue) = 255+82+26=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF521A is #00ADE5. Grayscale: #7F7F7F. Windows color (decimal): -44518 or 1725183. OLE color: 1725183.
HSL color Cylindrical-coordinate representation of color #FF521A: hue angle of 14.67º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF521A is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 26 | - |
| CMYK | 0 | 0.68 | 0.90 | 0 |
| HSL | 14.67º | 1% | 0.55% | - |
| HSV(B) | 14.67º | 0.9% | 1% | - |
| XYZ | 44.44 | 27.37 | 3.92 | - |
| YUV | 127.34 | 70.81 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 26 | 0 | 0.68 | 0.90 | 0 | 14.67 | 1 | 0.55 |
| Hex | FF | 52 | 1A | 0 | 44 | 5A | 0 | F | 64 | 37 |
| Octal | 377 | 122 | 32 | 0 | 104 | 132 | 0 | 17 | 144 | 67 |
| Binary | 11111111 | 1010010 | 11010 | 0 | 1000100 | 1011010 | 0 | 1111 | 1100100 | 110111 |
Color Harmonies of #FF521A
Complementary color
Monochromatic Colors of #FF521A
Black with #FF521A
Text Example
Text Example
White with #FF521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF521A; }
p { color: rgb(255,82,26); }
H1.HeaderClassName
{
color: #FF521A;
}
.AnyTagClassName
{
color: #FF521A;
}
</style>
background-color css
<style>
a { background-color: #FF521A; }
a { background-color: rgb(255,82,26); }
div.DivClassName
{
background-color: #FF521A;
}
.BgClassName
{
background-color: #FF521A;
}
</style>
border-color css
<style>
span { border-color: #FF521A; }
span { border-color: rgb(255,82,26); }
td.TdClassName
{
border-color: #FF521A;
}
.TagClassName
{
border-color: #FF521A;
}
</style>