Html Css Color HEX #FB540C International Orange
📋 copy color: '#FB540C'red 251 ◦ green 84 ◦ blue 12
Shades of International Orange #FB540C
Tints of International Orange #FB540C
RGB
CMYK
RGB Variations
Color information
#FB540C (or 0xFB540C) is known color: International Orange. HEX triplet: FB, 54 and 0C. RGB value is (251,84,12). Sum of RGB (Red+Green+Blue) = 251+84+12=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB540C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB540C is #04ABF3. Grayscale: #7E7E7E. Windows color (decimal): -306164 or 808187. OLE color: 808187.
HSL color Cylindrical-coordinate representation of color #FB540C: hue angle of 18.08º 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 #FB540C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.02 |
| HSL | 18.08º | 0.97% | 0.52% | - |
| HSV(B) | 18.08º | 0.95% | 0.98% | - |
| XYZ | 43.02 | 26.88 | 3.27 | - |
| YUV | 125.73 | 63.83 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 12 | 0 | 0.67 | 0.95 | 0.02 | 18.08 | 0.97 | 0.52 |
| Hex | FB | 54 | C | 0 | 43 | 5F | 2 | 12 | 61 | 34 |
| Octal | 373 | 124 | 14 | 0 | 103 | 137 | 2 | 22 | 141 | 64 |
| Binary | 11111011 | 1010100 | 1100 | 0 | 1000011 | 1011111 | 10 | 10010 | 1100001 | 110100 |
Color Harmonies of #FB540C
Complementary color
Monochromatic Colors of #FB540C
Black with #FB540C
Text Example
Text Example
White with #FB540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB540C; }
p { color: rgb(251,84,12); }
H1.HeaderClassName
{
color: #FB540C;
}
.AnyTagClassName
{
color: #FB540C;
}
</style>
background-color css
<style>
a { background-color: #FB540C; }
a { background-color: rgb(251,84,12); }
div.DivClassName
{
background-color: #FB540C;
}
.BgClassName
{
background-color: #FB540C;
}
</style>
border-color css
<style>
span { border-color: #FB540C; }
span { border-color: rgb(251,84,12); }
td.TdClassName
{
border-color: #FB540C;
}
.TagClassName
{
border-color: #FB540C;
}
</style>