Html Css Color HEX #FB5A0D International Orange
📋 copy color: '#FB5A0D'red 251 ◦ green 90 ◦ blue 13
Shades of International Orange #FB5A0D
Tints of International Orange #FB5A0D
RGB
CMYK
RGB Variations
Color information
#FB5A0D (or 0xFB5A0D) is known color: International Orange. HEX triplet: FB, 5A and 0D. RGB value is (251,90,13). Sum of RGB (Red+Green+Blue) = 251+90+13=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB5A0D is #04A5F2. Grayscale: #818181. Windows color (decimal): -304627 or 875259. OLE color: 875259.
HSL color Cylindrical-coordinate representation of color #FB5A0D: hue angle of 19.41º 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 #FB5A0D is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 13 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.02 |
| HSL | 19.41º | 0.97% | 0.52% | - |
| HSV(B) | 19.41º | 0.95% | 0.98% | - |
| XYZ | 43.51 | 27.85 | 3.46 | - |
| YUV | 129.36 | 62.34 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 13 | 0 | 0.64 | 0.95 | 0.02 | 19.41 | 0.97 | 0.52 |
| Hex | FB | 5A | D | 0 | 40 | 5F | 2 | 13 | 61 | 34 |
| Octal | 373 | 132 | 15 | 0 | 100 | 137 | 2 | 23 | 141 | 64 |
| Binary | 11111011 | 1011010 | 1101 | 0 | 1000000 | 1011111 | 10 | 10011 | 1100001 | 110100 |
Color Harmonies of #FB5A0D
Complementary color
Monochromatic Colors of #FB5A0D
Black with #FB5A0D
Text Example
Text Example
White with #FB5A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5A0D; }
p { color: rgb(251,90,13); }
H1.HeaderClassName
{
color: #FB5A0D;
}
.AnyTagClassName
{
color: #FB5A0D;
}
</style>
background-color css
<style>
a { background-color: #FB5A0D; }
a { background-color: rgb(251,90,13); }
div.DivClassName
{
background-color: #FB5A0D;
}
.BgClassName
{
background-color: #FB5A0D;
}
</style>
border-color css
<style>
span { border-color: #FB5A0D; }
span { border-color: rgb(251,90,13); }
td.TdClassName
{
border-color: #FB5A0D;
}
.TagClassName
{
border-color: #FB5A0D;
}
</style>