Html Css Color HEX #FA520D International Orange
📋 copy color: '#FA520D'red 250 ◦ green 82 ◦ blue 13
Shades of International Orange #FA520D
Tints of International Orange #FA520D
RGB
CMYK
RGB Variations
Color information
#FA520D (or 0xFA520D) is known color: International Orange. HEX triplet: FA, 52 and 0D. RGB value is (250,82,13). Sum of RGB (Red+Green+Blue) = 250+82+13=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA520D is #05ADF2. Grayscale: #7C7C7C. Windows color (decimal): -372211 or 873210. OLE color: 873210.
HSL color Cylindrical-coordinate representation of color #FA520D: hue angle of 17.47º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA520D is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 13 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.02 |
| HSL | 17.47º | 0.96% | 0.52% | - |
| HSV(B) | 17.47º | 0.95% | 0.98% | - |
| XYZ | 42.51 | 26.39 | 3.23 | - |
| YUV | 124.37 | 65.16 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 13 | 0 | 0.67 | 0.95 | 0.02 | 17.47 | 0.96 | 0.52 |
| Hex | FA | 52 | D | 0 | 43 | 5F | 2 | 11 | 60 | 34 |
| Octal | 372 | 122 | 15 | 0 | 103 | 137 | 2 | 21 | 140 | 64 |
| Binary | 11111010 | 1010010 | 1101 | 0 | 1000011 | 1011111 | 10 | 10001 | 1100000 | 110100 |
Color Harmonies of #FA520D
Complementary color
Monochromatic Colors of #FA520D
Black with #FA520D
Text Example
Text Example
White with #FA520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA520D; }
p { color: rgb(250,82,13); }
H1.HeaderClassName
{
color: #FA520D;
}
.AnyTagClassName
{
color: #FA520D;
}
</style>
background-color css
<style>
a { background-color: #FA520D; }
a { background-color: rgb(250,82,13); }
div.DivClassName
{
background-color: #FA520D;
}
.BgClassName
{
background-color: #FA520D;
}
</style>
border-color css
<style>
span { border-color: #FA520D; }
span { border-color: rgb(250,82,13); }
td.TdClassName
{
border-color: #FA520D;
}
.TagClassName
{
border-color: #FA520D;
}
</style>