Html Css Color HEX #FA530B International Orange
📋 copy color: '#FA530B'red 250 ◦ green 83 ◦ blue 11
Shades of International Orange #FA530B
Tints of International Orange #FA530B
RGB
CMYK
RGB Variations
Color information
#FA530B (or 0xFA530B) is known color: International Orange. HEX triplet: FA, 53 and 0B. RGB value is (250,83,11). Sum of RGB (Red+Green+Blue) = 250+83+11=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA530B is #05ACF4. Grayscale: #7D7D7D. Windows color (decimal): -371957 or 742394. OLE color: 742394.
HSL color Cylindrical-coordinate representation of color #FA530B: hue angle of 18.08º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA530B is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 11 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.02 |
| HSL | 18.08º | 0.96% | 0.51% | - |
| HSV(B) | 18.08º | 0.96% | 0.98% | - |
| XYZ | 42.58 | 26.53 | 3.19 | - |
| YUV | 124.73 | 63.83 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 11 | 0 | 0.67 | 0.96 | 0.02 | 18.08 | 0.96 | 0.51 |
| Hex | FA | 53 | B | 0 | 43 | 60 | 2 | 12 | 60 | 33 |
| Octal | 372 | 123 | 13 | 0 | 103 | 140 | 2 | 22 | 140 | 63 |
| Binary | 11111010 | 1010011 | 1011 | 0 | 1000011 | 1100000 | 10 | 10010 | 1100000 | 110011 |
Color Harmonies of #FA530B
Complementary color
Monochromatic Colors of #FA530B
Black with #FA530B
Text Example
Text Example
White with #FA530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA530B; }
p { color: rgb(250,83,11); }
H1.HeaderClassName
{
color: #FA530B;
}
.AnyTagClassName
{
color: #FA530B;
}
</style>
background-color css
<style>
a { background-color: #FA530B; }
a { background-color: rgb(250,83,11); }
div.DivClassName
{
background-color: #FA530B;
}
.BgClassName
{
background-color: #FA530B;
}
</style>
border-color css
<style>
span { border-color: #FA530B; }
span { border-color: rgb(250,83,11); }
td.TdClassName
{
border-color: #FA530B;
}
.TagClassName
{
border-color: #FA530B;
}
</style>