Html Css Color HEX #FB520F International Orange
📋 copy color: '#FB520F'red 251 ◦ green 82 ◦ blue 15
Shades of International Orange #FB520F
Tints of International Orange #FB520F
RGB
CMYK
RGB Variations
Color information
#FB520F (or 0xFB520F) is known color: International Orange. HEX triplet: FB, 52 and 0F. RGB value is (251,82,15). Sum of RGB (Red+Green+Blue) = 251+82+15=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB520F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB520F is #04ADF0. Grayscale: #7D7D7D. Windows color (decimal): -306673 or 1004283. OLE color: 1004283.
HSL color Cylindrical-coordinate representation of color #FB520F: hue angle of 17.03º 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 #FB520F is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 15 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.02 |
| HSL | 17.03º | 0.97% | 0.52% | - |
| HSV(B) | 17.03º | 0.94% | 0.98% | - |
| XYZ | 42.89 | 26.58 | 3.32 | - |
| YUV | 124.89 | 65.99 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 15 | 0 | 0.67 | 0.94 | 0.02 | 17.03 | 0.97 | 0.52 |
| Hex | FB | 52 | F | 0 | 43 | 5E | 2 | 11 | 61 | 34 |
| Octal | 373 | 122 | 17 | 0 | 103 | 136 | 2 | 21 | 141 | 64 |
| Binary | 11111011 | 1010010 | 1111 | 0 | 1000011 | 1011110 | 10 | 10001 | 1100001 | 110100 |
Color Harmonies of #FB520F
Complementary color
Monochromatic Colors of #FB520F
Black with #FB520F
Text Example
Text Example
White with #FB520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB520F; }
p { color: rgb(251,82,15); }
H1.HeaderClassName
{
color: #FB520F;
}
.AnyTagClassName
{
color: #FB520F;
}
</style>
background-color css
<style>
a { background-color: #FB520F; }
a { background-color: rgb(251,82,15); }
div.DivClassName
{
background-color: #FB520F;
}
.BgClassName
{
background-color: #FB520F;
}
</style>
border-color css
<style>
span { border-color: #FB520F; }
span { border-color: rgb(251,82,15); }
td.TdClassName
{
border-color: #FB520F;
}
.TagClassName
{
border-color: #FB520F;
}
</style>