Html Css Color HEX #FA540B International Orange
📋 copy color: '#FA540B'red 250 ◦ green 84 ◦ blue 11
Shades of International Orange #FA540B
Tints of International Orange #FA540B
RGB
CMYK
RGB Variations
Color information
#FA540B (or 0xFA540B) is known color: International Orange. HEX triplet: FA, 54 and 0B. RGB value is (250,84,11). Sum of RGB (Red+Green+Blue) = 250+84+11=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA540B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA540B is #05ABF4. Grayscale: #7D7D7D. Windows color (decimal): -371701 or 742650. OLE color: 742650.
HSL color Cylindrical-coordinate representation of color #FA540B: hue angle of 18.33º 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 #FA540B is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 11 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.02 |
| HSL | 18.33º | 0.96% | 0.51% | - |
| HSV(B) | 18.33º | 0.96% | 0.98% | - |
| XYZ | 42.66 | 26.69 | 3.22 | - |
| YUV | 125.31 | 63.5 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 11 | 0 | 0.66 | 0.96 | 0.02 | 18.33 | 0.96 | 0.51 |
| Hex | FA | 54 | B | 0 | 42 | 60 | 2 | 12 | 60 | 33 |
| Octal | 372 | 124 | 13 | 0 | 102 | 140 | 2 | 22 | 140 | 63 |
| Binary | 11111010 | 1010100 | 1011 | 0 | 1000010 | 1100000 | 10 | 10010 | 1100000 | 110011 |
Color Harmonies of #FA540B
Complementary color
Monochromatic Colors of #FA540B
Black with #FA540B
Text Example
Text Example
White with #FA540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA540B; }
p { color: rgb(250,84,11); }
H1.HeaderClassName
{
color: #FA540B;
}
.AnyTagClassName
{
color: #FA540B;
}
</style>
background-color css
<style>
a { background-color: #FA540B; }
a { background-color: rgb(250,84,11); }
div.DivClassName
{
background-color: #FA540B;
}
.BgClassName
{
background-color: #FA540B;
}
</style>
border-color css
<style>
span { border-color: #FA540B; }
span { border-color: rgb(250,84,11); }
td.TdClassName
{
border-color: #FA540B;
}
.TagClassName
{
border-color: #FA540B;
}
</style>