Html Css Color HEX #FB500B International Orange
📋 copy color: '#FB500B'red 251 ◦ green 80 ◦ blue 11
Shades of International Orange #FB500B
Tints of International Orange #FB500B
RGB
CMYK
RGB Variations
Color information
#FB500B (or 0xFB500B) is known color: International Orange. HEX triplet: FB, 50 and 0B. RGB value is (251,80,11). Sum of RGB (Red+Green+Blue) = 251+80+11=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB500B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB500B is #04AFF4. Grayscale: #7B7B7B. Windows color (decimal): -307189 or 741627. OLE color: 741627.
HSL color Cylindrical-coordinate representation of color #FB500B: hue angle of 17.25º degrees, saturation: 0.97, 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 #FB500B is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 11 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.02 |
| HSL | 17.25º | 0.97% | 0.51% | - |
| HSV(B) | 17.25º | 0.96% | 0.98% | - |
| XYZ | 42.71 | 26.27 | 3.14 | - |
| YUV | 123.26 | 64.65 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 11 | 0 | 0.68 | 0.96 | 0.02 | 17.25 | 0.97 | 0.51 |
| Hex | FB | 50 | B | 0 | 44 | 60 | 2 | 11 | 61 | 33 |
| Octal | 373 | 120 | 13 | 0 | 104 | 140 | 2 | 21 | 141 | 63 |
| Binary | 11111011 | 1010000 | 1011 | 0 | 1000100 | 1100000 | 10 | 10001 | 1100001 | 110011 |
Color Harmonies of #FB500B
Complementary color
Monochromatic Colors of #FB500B
Black with #FB500B
Text Example
Text Example
White with #FB500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB500B; }
p { color: rgb(251,80,11); }
H1.HeaderClassName
{
color: #FB500B;
}
.AnyTagClassName
{
color: #FB500B;
}
</style>
background-color css
<style>
a { background-color: #FB500B; }
a { background-color: rgb(251,80,11); }
div.DivClassName
{
background-color: #FB500B;
}
.BgClassName
{
background-color: #FB500B;
}
</style>
border-color css
<style>
span { border-color: #FB500B; }
span { border-color: rgb(251,80,11); }
td.TdClassName
{
border-color: #FB500B;
}
.TagClassName
{
border-color: #FB500B;
}
</style>