Html Css Color HEX #FD511A International Orange
📋 copy color: '#FD511A'red 253 ◦ green 81 ◦ blue 26
Shades of International Orange #FD511A
Tints of International Orange #FD511A
RGB
CMYK
RGB Variations
Color information
#FD511A (or 0xFD511A) is known color: International Orange. HEX triplet: FD, 51 and 1A. RGB value is (253,81,26). Sum of RGB (Red+Green+Blue) = 253+81+26=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD511A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD511A is #02AEE5. Grayscale: #7E7E7E. Windows color (decimal): -175846 or 1724925. OLE color: 1724925.
HSL color Cylindrical-coordinate representation of color #FD511A: hue angle of 14.54º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD511A is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 81 | 26 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.01 |
| HSL | 14.54º | 0.98% | 0.55% | - |
| HSV(B) | 14.54º | 0.9% | 0.99% | - |
| XYZ | 43.64 | 26.84 | 3.86 | - |
| YUV | 126.16 | 71.48 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 81 | 26 | 0 | 0.68 | 0.90 | 0.01 | 14.54 | 0.98 | 0.55 |
| Hex | FD | 51 | 1A | 0 | 44 | 5A | 1 | F | 62 | 37 |
| Octal | 375 | 121 | 32 | 0 | 104 | 132 | 1 | 17 | 142 | 67 |
| Binary | 11111101 | 1010001 | 11010 | 0 | 1000100 | 1011010 | 1 | 1111 | 1100010 | 110111 |
Color Harmonies of #FD511A
Complementary color
Monochromatic Colors of #FD511A
Black with #FD511A
Text Example
Text Example
White with #FD511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD511A; }
p { color: rgb(253,81,26); }
H1.HeaderClassName
{
color: #FD511A;
}
.AnyTagClassName
{
color: #FD511A;
}
</style>
background-color css
<style>
a { background-color: #FD511A; }
a { background-color: rgb(253,81,26); }
div.DivClassName
{
background-color: #FD511A;
}
.BgClassName
{
background-color: #FD511A;
}
</style>
border-color css
<style>
span { border-color: #FD511A; }
span { border-color: rgb(253,81,26); }
td.TdClassName
{
border-color: #FD511A;
}
.TagClassName
{
border-color: #FD511A;
}
</style>