Html Css Color HEX #FB541C International Orange
📋 copy color: '#FB541C'red 251 ◦ green 84 ◦ blue 28
Shades of International Orange #FB541C
Tints of International Orange #FB541C
RGB
CMYK
RGB Variations
Color information
#FB541C (or 0xFB541C) is known color: International Orange. HEX triplet: FB, 54 and 1C. RGB value is (251,84,28). Sum of RGB (Red+Green+Blue) = 251+84+28=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB541C is #04ABE3. Grayscale: #7F7F7F. Windows color (decimal): -306148 or 1856763. OLE color: 1856763.
HSL color Cylindrical-coordinate representation of color #FB541C: hue angle of 15.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB541C is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 28 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.02 |
| HSL | 15.07º | 0.97% | 0.55% | - |
| HSV(B) | 15.07º | 0.89% | 0.98% | - |
| XYZ | 43.16 | 26.93 | 4.02 | - |
| YUV | 127.55 | 71.83 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 28 | 0 | 0.67 | 0.89 | 0.02 | 15.07 | 0.97 | 0.55 |
| Hex | FB | 54 | 1C | 0 | 43 | 59 | 2 | F | 61 | 37 |
| Octal | 373 | 124 | 34 | 0 | 103 | 131 | 2 | 17 | 141 | 67 |
| Binary | 11111011 | 1010100 | 11100 | 0 | 1000011 | 1011001 | 10 | 1111 | 1100001 | 110111 |
Color Harmonies of #FB541C
Complementary color
Monochromatic Colors of #FB541C
Black with #FB541C
Text Example
Text Example
White with #FB541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB541C; }
p { color: rgb(251,84,28); }
H1.HeaderClassName
{
color: #FB541C;
}
.AnyTagClassName
{
color: #FB541C;
}
</style>
background-color css
<style>
a { background-color: #FB541C; }
a { background-color: rgb(251,84,28); }
div.DivClassName
{
background-color: #FB541C;
}
.BgClassName
{
background-color: #FB541C;
}
</style>
border-color css
<style>
span { border-color: #FB541C; }
span { border-color: rgb(251,84,28); }
td.TdClassName
{
border-color: #FB541C;
}
.TagClassName
{
border-color: #FB541C;
}
</style>