Html Css Color HEX #FB501B International Orange
📋 copy color: '#FB501B'red 251 ◦ green 80 ◦ blue 27
Shades of International Orange #FB501B
Tints of International Orange #FB501B
RGB
CMYK
RGB Variations
Color information
#FB501B (or 0xFB501B) is known color: International Orange. HEX triplet: FB, 50 and 1B. RGB value is (251,80,27). Sum of RGB (Red+Green+Blue) = 251+80+27=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB501B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB501B is #04AFE4. Grayscale: #7D7D7D. Windows color (decimal): -307173 or 1790203. OLE color: 1790203.
HSL color Cylindrical-coordinate representation of color #FB501B: hue angle of 14.2º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB501B is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 27 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.02 |
| HSL | 14.2º | 0.97% | 0.55% | - |
| HSV(B) | 14.2º | 0.89% | 0.98% | - |
| XYZ | 42.85 | 26.33 | 3.86 | - |
| YUV | 125.09 | 72.65 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 27 | 0 | 0.68 | 0.89 | 0.02 | 14.2 | 0.97 | 0.55 |
| Hex | FB | 50 | 1B | 0 | 44 | 59 | 2 | E | 61 | 37 |
| Octal | 373 | 120 | 33 | 0 | 104 | 131 | 2 | 16 | 141 | 67 |
| Binary | 11111011 | 1010000 | 11011 | 0 | 1000100 | 1011001 | 10 | 1110 | 1100001 | 110111 |
Color Harmonies of #FB501B
Complementary color
Monochromatic Colors of #FB501B
Black with #FB501B
Text Example
Text Example
White with #FB501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB501B; }
p { color: rgb(251,80,27); }
H1.HeaderClassName
{
color: #FB501B;
}
.AnyTagClassName
{
color: #FB501B;
}
</style>
background-color css
<style>
a { background-color: #FB501B; }
a { background-color: rgb(251,80,27); }
div.DivClassName
{
background-color: #FB501B;
}
.BgClassName
{
background-color: #FB501B;
}
</style>
border-color css
<style>
span { border-color: #FB501B; }
span { border-color: rgb(251,80,27); }
td.TdClassName
{
border-color: #FB501B;
}
.TagClassName
{
border-color: #FB501B;
}
</style>