Html Css Color HEX #FB511C International Orange
📋 copy color: '#FB511C'red 251 ◦ green 81 ◦ blue 28
Shades of International Orange #FB511C
Tints of International Orange #FB511C
RGB
CMYK
RGB Variations
Color information
#FB511C (or 0xFB511C) is known color: International Orange. HEX triplet: FB, 51 and 1C. RGB value is (251,81,28). Sum of RGB (Red+Green+Blue) = 251+81+28=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB511C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB511C is #04AEE3. Grayscale: #7E7E7E. Windows color (decimal): -306916 or 1855995. OLE color: 1855995.
HSL color Cylindrical-coordinate representation of color #FB511C: hue angle of 14.26º 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 #FB511C is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 28 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.02 |
| HSL | 14.26º | 0.97% | 0.55% | - |
| HSV(B) | 14.26º | 0.89% | 0.98% | - |
| XYZ | 42.94 | 26.48 | 3.95 | - |
| YUV | 125.79 | 72.82 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 28 | 0 | 0.68 | 0.89 | 0.02 | 14.26 | 0.97 | 0.55 |
| Hex | FB | 51 | 1C | 0 | 44 | 59 | 2 | E | 61 | 37 |
| Octal | 373 | 121 | 34 | 0 | 104 | 131 | 2 | 16 | 141 | 67 |
| Binary | 11111011 | 1010001 | 11100 | 0 | 1000100 | 1011001 | 10 | 1110 | 1100001 | 110111 |
Color Harmonies of #FB511C
Complementary color
Monochromatic Colors of #FB511C
Black with #FB511C
Text Example
Text Example
White with #FB511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB511C; }
p { color: rgb(251,81,28); }
H1.HeaderClassName
{
color: #FB511C;
}
.AnyTagClassName
{
color: #FB511C;
}
</style>
background-color css
<style>
a { background-color: #FB511C; }
a { background-color: rgb(251,81,28); }
div.DivClassName
{
background-color: #FB511C;
}
.BgClassName
{
background-color: #FB511C;
}
</style>
border-color css
<style>
span { border-color: #FB511C; }
span { border-color: rgb(251,81,28); }
td.TdClassName
{
border-color: #FB511C;
}
.TagClassName
{
border-color: #FB511C;
}
</style>