Html Css Color HEX #FB541A International Orange
📋 copy color: '#FB541A'red 251 ◦ green 84 ◦ blue 26
Shades of International Orange #FB541A
Tints of International Orange #FB541A
RGB
CMYK
RGB Variations
Color information
#FB541A (or 0xFB541A) is known color: International Orange. HEX triplet: FB, 54 and 1A. RGB value is (251,84,26). Sum of RGB (Red+Green+Blue) = 251+84+26=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB541A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB541A is #04ABE5. Grayscale: #7F7F7F. Windows color (decimal): -306150 or 1725691. OLE color: 1725691.
HSL color Cylindrical-coordinate representation of color #FB541A: hue angle of 15.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB541A is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 26 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.02 |
| HSL | 15.47º | 0.97% | 0.54% | - |
| HSV(B) | 15.47º | 0.9% | 0.98% | - |
| XYZ | 43.14 | 26.92 | 3.9 | - |
| YUV | 127.32 | 70.83 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 26 | 0 | 0.67 | 0.90 | 0.02 | 15.47 | 0.97 | 0.54 |
| Hex | FB | 54 | 1A | 0 | 43 | 5A | 2 | F | 61 | 36 |
| Octal | 373 | 124 | 32 | 0 | 103 | 132 | 2 | 17 | 141 | 66 |
| Binary | 11111011 | 1010100 | 11010 | 0 | 1000011 | 1011010 | 10 | 1111 | 1100001 | 110110 |
Color Harmonies of #FB541A
Complementary color
Monochromatic Colors of #FB541A
Black with #FB541A
Text Example
Text Example
White with #FB541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB541A; }
p { color: rgb(251,84,26); }
H1.HeaderClassName
{
color: #FB541A;
}
.AnyTagClassName
{
color: #FB541A;
}
</style>
background-color css
<style>
a { background-color: #FB541A; }
a { background-color: rgb(251,84,26); }
div.DivClassName
{
background-color: #FB541A;
}
.BgClassName
{
background-color: #FB541A;
}
</style>
border-color css
<style>
span { border-color: #FB541A; }
span { border-color: rgb(251,84,26); }
td.TdClassName
{
border-color: #FB541A;
}
.TagClassName
{
border-color: #FB541A;
}
</style>