Html Css Color HEX #FB5512 International Orange
📋 copy color: '#FB5512'red 251 ◦ green 85 ◦ blue 18
Shades of International Orange #FB5512
Tints of International Orange #FB5512
RGB
CMYK
RGB Variations
Color information
#FB5512 (or 0xFB5512) is known color: International Orange. HEX triplet: FB, 55 and 12. RGB value is (251,85,18). Sum of RGB (Red+Green+Blue) = 251+85+18=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5512 is #04AAED. Grayscale: #7F7F7F. Windows color (decimal): -305902 or 1201659. OLE color: 1201659.
HSL color Cylindrical-coordinate representation of color #FB5512: hue angle of 17.25º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB5512 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 18 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.02 |
| HSL | 17.25º | 0.97% | 0.53% | - |
| HSV(B) | 17.25º | 0.93% | 0.98% | - |
| XYZ | 43.14 | 27.05 | 3.52 | - |
| YUV | 127 | 66.5 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 18 | 0 | 0.66 | 0.93 | 0.02 | 17.25 | 0.97 | 0.53 |
| Hex | FB | 55 | 12 | 0 | 42 | 5D | 2 | 11 | 61 | 35 |
| Octal | 373 | 125 | 22 | 0 | 102 | 135 | 2 | 21 | 141 | 65 |
| Binary | 11111011 | 1010101 | 10010 | 0 | 1000010 | 1011101 | 10 | 10001 | 1100001 | 110101 |
Color Harmonies of #FB5512
Complementary color
Monochromatic Colors of #FB5512
Black with #FB5512
Text Example
Text Example
White with #FB5512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5512; }
p { color: rgb(251,85,18); }
H1.HeaderClassName
{
color: #FB5512;
}
.AnyTagClassName
{
color: #FB5512;
}
</style>
background-color css
<style>
a { background-color: #FB5512; }
a { background-color: rgb(251,85,18); }
div.DivClassName
{
background-color: #FB5512;
}
.BgClassName
{
background-color: #FB5512;
}
</style>
border-color css
<style>
span { border-color: #FB5512; }
span { border-color: rgb(251,85,18); }
td.TdClassName
{
border-color: #FB5512;
}
.TagClassName
{
border-color: #FB5512;
}
</style>