Html Css Color HEX #FB520D International Orange
📋 copy color: '#FB520D'red 251 ◦ green 82 ◦ blue 13
Shades of International Orange #FB520D
Tints of International Orange #FB520D
RGB
CMYK
RGB Variations
Color information
#FB520D (or 0xFB520D) is known color: International Orange. HEX triplet: FB, 52 and 0D. RGB value is (251,82,13). Sum of RGB (Red+Green+Blue) = 251+82+13=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB520D is #04ADF2. Grayscale: #7D7D7D. Windows color (decimal): -306675 or 873211. OLE color: 873211.
HSL color Cylindrical-coordinate representation of color #FB520D: hue angle of 17.39º 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 #FB520D is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 13 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.02 |
| HSL | 17.39º | 0.97% | 0.52% | - |
| HSV(B) | 17.39º | 0.95% | 0.98% | - |
| XYZ | 42.87 | 26.57 | 3.25 | - |
| YUV | 124.67 | 64.99 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 13 | 0 | 0.67 | 0.95 | 0.02 | 17.39 | 0.97 | 0.52 |
| Hex | FB | 52 | D | 0 | 43 | 5F | 2 | 11 | 61 | 34 |
| Octal | 373 | 122 | 15 | 0 | 103 | 137 | 2 | 21 | 141 | 64 |
| Binary | 11111011 | 1010010 | 1101 | 0 | 1000011 | 1011111 | 10 | 10001 | 1100001 | 110100 |
Color Harmonies of #FB520D
Complementary color
Monochromatic Colors of #FB520D
Black with #FB520D
Text Example
Text Example
White with #FB520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB520D; }
p { color: rgb(251,82,13); }
H1.HeaderClassName
{
color: #FB520D;
}
.AnyTagClassName
{
color: #FB520D;
}
</style>
background-color css
<style>
a { background-color: #FB520D; }
a { background-color: rgb(251,82,13); }
div.DivClassName
{
background-color: #FB520D;
}
.BgClassName
{
background-color: #FB520D;
}
</style>
border-color css
<style>
span { border-color: #FB520D; }
span { border-color: rgb(251,82,13); }
td.TdClassName
{
border-color: #FB520D;
}
.TagClassName
{
border-color: #FB520D;
}
</style>