Html Css Color HEX #FF500B International Orange
📋 copy color: '#FF500B'red 255 ◦ green 80 ◦ blue 11
Shades of International Orange #FF500B
Tints of International Orange #FF500B
RGB
CMYK
RGB Variations
Color information
#FF500B (or 0xFF500B) is known color: International Orange. HEX triplet: FF, 50 and 0B. RGB value is (255,80,11). Sum of RGB (Red+Green+Blue) = 255+80+11=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF500B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF500B is #00AFF4. Grayscale: #7C7C7C. Windows color (decimal): -45045 or 741631. OLE color: 741631.
HSL color Cylindrical-coordinate representation of color #FF500B: hue angle of 16.97º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF500B is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 11 | - |
| CMYK | 0 | 0.69 | 0.96 | 0 |
| HSL | 16.97º | 1% | 0.52% | - |
| HSV(B) | 16.97º | 0.96% | 1% | - |
| XYZ | 44.17 | 27.02 | 3.2 | - |
| YUV | 124.46 | 63.98 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 11 | 0 | 0.69 | 0.96 | 0 | 16.97 | 1 | 0.52 |
| Hex | FF | 50 | B | 0 | 45 | 60 | 0 | 11 | 64 | 34 |
| Octal | 377 | 120 | 13 | 0 | 105 | 140 | 0 | 21 | 144 | 64 |
| Binary | 11111111 | 1010000 | 1011 | 0 | 1000101 | 1100000 | 0 | 10001 | 1100100 | 110100 |
Color Harmonies of #FF500B
Complementary color
Monochromatic Colors of #FF500B
Black with #FF500B
Text Example
Text Example
White with #FF500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF500B; }
p { color: rgb(255,80,11); }
H1.HeaderClassName
{
color: #FF500B;
}
.AnyTagClassName
{
color: #FF500B;
}
</style>
background-color css
<style>
a { background-color: #FF500B; }
a { background-color: rgb(255,80,11); }
div.DivClassName
{
background-color: #FF500B;
}
.BgClassName
{
background-color: #FF500B;
}
</style>
border-color css
<style>
span { border-color: #FF500B; }
span { border-color: rgb(255,80,11); }
td.TdClassName
{
border-color: #FF500B;
}
.TagClassName
{
border-color: #FF500B;
}
</style>