Html Css Color HEX #FA541B International Orange
📋 copy color: '#FA541B'red 250 ◦ green 84 ◦ blue 27
Shades of International Orange #FA541B
Tints of International Orange #FA541B
RGB
CMYK
RGB Variations
Color information
#FA541B (or 0xFA541B) is known color: International Orange. HEX triplet: FA, 54 and 1B. RGB value is (250,84,27). Sum of RGB (Red+Green+Blue) = 250+84+27=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA541B is #05ABE4. Grayscale: #7F7F7F. Windows color (decimal): -371685 or 1791226. OLE color: 1791226.
HSL color Cylindrical-coordinate representation of color #FA541B: hue angle of 15.34º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA541B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 27 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.02 |
| HSL | 15.34º | 0.96% | 0.54% | - |
| HSV(B) | 15.34º | 0.89% | 0.98% | - |
| XYZ | 42.79 | 26.74 | 3.94 | - |
| YUV | 127.14 | 71.5 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 27 | 0 | 0.66 | 0.89 | 0.02 | 15.34 | 0.96 | 0.54 |
| Hex | FA | 54 | 1B | 0 | 42 | 59 | 2 | F | 60 | 36 |
| Octal | 372 | 124 | 33 | 0 | 102 | 131 | 2 | 17 | 140 | 66 |
| Binary | 11111010 | 1010100 | 11011 | 0 | 1000010 | 1011001 | 10 | 1111 | 1100000 | 110110 |
Color Harmonies of #FA541B
Complementary color
Monochromatic Colors of #FA541B
Black with #FA541B
Text Example
Text Example
White with #FA541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA541B; }
p { color: rgb(250,84,27); }
H1.HeaderClassName
{
color: #FA541B;
}
.AnyTagClassName
{
color: #FA541B;
}
</style>
background-color css
<style>
a { background-color: #FA541B; }
a { background-color: rgb(250,84,27); }
div.DivClassName
{
background-color: #FA541B;
}
.BgClassName
{
background-color: #FA541B;
}
</style>
border-color css
<style>
span { border-color: #FA541B; }
span { border-color: rgb(250,84,27); }
td.TdClassName
{
border-color: #FA541B;
}
.TagClassName
{
border-color: #FA541B;
}
</style>