Html Css Color HEX #FB510F International Orange
📋 copy color: '#FB510F'red 251 ◦ green 81 ◦ blue 15
Shades of International Orange #FB510F
Tints of International Orange #FB510F
RGB
CMYK
RGB Variations
Color information
#FB510F (or 0xFB510F) is known color: International Orange. HEX triplet: FB, 51 and 0F. RGB value is (251,81,15). Sum of RGB (Red+Green+Blue) = 251+81+15=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB510F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB510F is #04AEF0. Grayscale: #7C7C7C. Windows color (decimal): -306929 or 1004027. OLE color: 1004027.
HSL color Cylindrical-coordinate representation of color #FB510F: hue angle of 16.78º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB510F is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 15 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.02 |
| HSL | 16.78º | 0.97% | 0.52% | - |
| HSV(B) | 16.78º | 0.94% | 0.98% | - |
| XYZ | 42.81 | 26.43 | 3.3 | - |
| YUV | 124.31 | 66.32 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 15 | 0 | 0.68 | 0.94 | 0.02 | 16.78 | 0.97 | 0.52 |
| Hex | FB | 51 | F | 0 | 44 | 5E | 2 | 11 | 61 | 34 |
| Octal | 373 | 121 | 17 | 0 | 104 | 136 | 2 | 21 | 141 | 64 |
| Binary | 11111011 | 1010001 | 1111 | 0 | 1000100 | 1011110 | 10 | 10001 | 1100001 | 110100 |
Color Harmonies of #FB510F
Complementary color
Monochromatic Colors of #FB510F
Black with #FB510F
Text Example
Text Example
White with #FB510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB510F; }
p { color: rgb(251,81,15); }
H1.HeaderClassName
{
color: #FB510F;
}
.AnyTagClassName
{
color: #FB510F;
}
</style>
background-color css
<style>
a { background-color: #FB510F; }
a { background-color: rgb(251,81,15); }
div.DivClassName
{
background-color: #FB510F;
}
.BgClassName
{
background-color: #FB510F;
}
</style>
border-color css
<style>
span { border-color: #FB510F; }
span { border-color: rgb(251,81,15); }
td.TdClassName
{
border-color: #FB510F;
}
.TagClassName
{
border-color: #FB510F;
}
</style>