Html Css Color HEX #FB540F International Orange
📋 copy color: '#FB540F'red 251 ◦ green 84 ◦ blue 15
Shades of International Orange #FB540F
Tints of International Orange #FB540F
RGB
CMYK
RGB Variations
Color information
#FB540F (or 0xFB540F) is known color: International Orange. HEX triplet: FB, 54 and 0F. RGB value is (251,84,15). Sum of RGB (Red+Green+Blue) = 251+84+15=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB540F is #04ABF0. Grayscale: #7E7E7E. Windows color (decimal): -306161 or 1004795. OLE color: 1004795.
HSL color Cylindrical-coordinate representation of color #FB540F: hue angle of 17.54º 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 #FB540F is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 15 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.02 |
| HSL | 17.54º | 0.97% | 0.52% | - |
| HSV(B) | 17.54º | 0.94% | 0.98% | - |
| XYZ | 43.04 | 26.88 | 3.37 | - |
| YUV | 126.07 | 65.33 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 15 | 0 | 0.67 | 0.94 | 0.02 | 17.54 | 0.97 | 0.52 |
| Hex | FB | 54 | F | 0 | 43 | 5E | 2 | 12 | 61 | 34 |
| Octal | 373 | 124 | 17 | 0 | 103 | 136 | 2 | 22 | 141 | 64 |
| Binary | 11111011 | 1010100 | 1111 | 0 | 1000011 | 1011110 | 10 | 10010 | 1100001 | 110100 |
Color Harmonies of #FB540F
Complementary color
Monochromatic Colors of #FB540F
Black with #FB540F
Text Example
Text Example
White with #FB540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB540F; }
p { color: rgb(251,84,15); }
H1.HeaderClassName
{
color: #FB540F;
}
.AnyTagClassName
{
color: #FB540F;
}
</style>
background-color css
<style>
a { background-color: #FB540F; }
a { background-color: rgb(251,84,15); }
div.DivClassName
{
background-color: #FB540F;
}
.BgClassName
{
background-color: #FB540F;
}
</style>
border-color css
<style>
span { border-color: #FB540F; }
span { border-color: rgb(251,84,15); }
td.TdClassName
{
border-color: #FB540F;
}
.TagClassName
{
border-color: #FB540F;
}
</style>