Html Css Color HEX #FB510D International Orange
📋 copy color: '#FB510D'red 251 ◦ green 81 ◦ blue 13
Shades of International Orange #FB510D
Tints of International Orange #FB510D
RGB
CMYK
RGB Variations
Color information
#FB510D (or 0xFB510D) is known color: International Orange. HEX triplet: FB, 51 and 0D. RGB value is (251,81,13). Sum of RGB (Red+Green+Blue) = 251+81+13=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB510D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB510D is #04AEF2. Grayscale: #7C7C7C. Windows color (decimal): -306931 or 872955. OLE color: 872955.
HSL color Cylindrical-coordinate representation of color #FB510D: hue angle of 17.14º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB510D is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 13 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.02 |
| HSL | 17.14º | 0.97% | 0.52% | - |
| HSV(B) | 17.14º | 0.95% | 0.98% | - |
| XYZ | 42.8 | 26.42 | 3.23 | - |
| YUV | 124.08 | 65.32 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 13 | 0 | 0.68 | 0.95 | 0.02 | 17.14 | 0.97 | 0.52 |
| Hex | FB | 51 | D | 0 | 44 | 5F | 2 | 11 | 61 | 34 |
| Octal | 373 | 121 | 15 | 0 | 104 | 137 | 2 | 21 | 141 | 64 |
| Binary | 11111011 | 1010001 | 1101 | 0 | 1000100 | 1011111 | 10 | 10001 | 1100001 | 110100 |
Color Harmonies of #FB510D
Complementary color
Monochromatic Colors of #FB510D
Black with #FB510D
Text Example
Text Example
White with #FB510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB510D; }
p { color: rgb(251,81,13); }
H1.HeaderClassName
{
color: #FB510D;
}
.AnyTagClassName
{
color: #FB510D;
}
</style>
background-color css
<style>
a { background-color: #FB510D; }
a { background-color: rgb(251,81,13); }
div.DivClassName
{
background-color: #FB510D;
}
.BgClassName
{
background-color: #FB510D;
}
</style>
border-color css
<style>
span { border-color: #FB510D; }
span { border-color: rgb(251,81,13); }
td.TdClassName
{
border-color: #FB510D;
}
.TagClassName
{
border-color: #FB510D;
}
</style>