Html Css Color HEX #FD5A0A International Orange
📋 copy color: '#FD5A0A'red 253 ◦ green 90 ◦ blue 10
Shades of International Orange #FD5A0A
Tints of International Orange #FD5A0A
RGB
CMYK
RGB Variations
Color information
#FD5A0A (or 0xFD5A0A) is known color: International Orange. HEX triplet: FD, 5A and 0A. RGB value is (253,90,10). Sum of RGB (Red+Green+Blue) = 253+90+10=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5A0A is #02A5F5. Grayscale: #828282. Windows color (decimal): -173558 or 678653. OLE color: 678653.
HSL color Cylindrical-coordinate representation of color #FD5A0A: hue angle of 19.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD5A0A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 10 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.01 |
| HSL | 19.75º | 0.98% | 0.52% | - |
| HSV(B) | 19.75º | 0.96% | 0.99% | - |
| XYZ | 44.22 | 28.22 | 3.4 | - |
| YUV | 129.62 | 60.5 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 10 | 0 | 0.64 | 0.96 | 0.01 | 19.75 | 0.98 | 0.52 |
| Hex | FD | 5A | A | 0 | 40 | 60 | 1 | 14 | 62 | 34 |
| Octal | 375 | 132 | 12 | 0 | 100 | 140 | 1 | 24 | 142 | 64 |
| Binary | 11111101 | 1011010 | 1010 | 0 | 1000000 | 1100000 | 1 | 10100 | 1100010 | 110100 |
Color Harmonies of #FD5A0A
Complementary color
Monochromatic Colors of #FD5A0A
Black with #FD5A0A
Text Example
Text Example
White with #FD5A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5A0A; }
p { color: rgb(253,90,10); }
H1.HeaderClassName
{
color: #FD5A0A;
}
.AnyTagClassName
{
color: #FD5A0A;
}
</style>
background-color css
<style>
a { background-color: #FD5A0A; }
a { background-color: rgb(253,90,10); }
div.DivClassName
{
background-color: #FD5A0A;
}
.BgClassName
{
background-color: #FD5A0A;
}
</style>
border-color css
<style>
span { border-color: #FD5A0A; }
span { border-color: rgb(253,90,10); }
td.TdClassName
{
border-color: #FD5A0A;
}
.TagClassName
{
border-color: #FD5A0A;
}
</style>