Shades of Carrot Orange #FB8C14
Tints of Carrot Orange #FB8C14
RGB
CMYK
RGB Variations
Color information
#FB8C14 (or 0xFB8C14) is known color: Carrot Orange. HEX triplet: FB, 8C and 14. RGB value is (251,140,20). Sum of RGB (Red+Green+Blue) = 251+140+20=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8C14 is #0473EB. Grayscale: #A0A0A0. Windows color (decimal): -291820 or 1346811. OLE color: 1346811.
HSL color Cylindrical-coordinate representation of color #FB8C14: hue angle of 31.17º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB8C14 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 20 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.02 |
| HSL | 31.17º | 0.97% | 0.53% | - |
| HSV(B) | 31.17º | 0.92% | 0.98% | - |
| XYZ | 49.29 | 39.32 | 5.65 | - |
| YUV | 159.51 | 49.27 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 20 | 0 | 0.44 | 0.92 | 0.02 | 31.17 | 0.97 | 0.53 |
| Hex | FB | 8C | 14 | 0 | 2C | 5C | 2 | 1F | 61 | 35 |
| Octal | 373 | 214 | 24 | 0 | 54 | 134 | 2 | 37 | 141 | 65 |
| Binary | 11111011 | 10001100 | 10100 | 0 | 101100 | 1011100 | 10 | 11111 | 1100001 | 110101 |
Color Harmonies of #FB8C14
Complementary color
Monochromatic Colors of #FB8C14
Black with #FB8C14
Text Example
Text Example
White with #FB8C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C14; }
p { color: rgb(251,140,20); }
H1.HeaderClassName
{
color: #FB8C14;
}
.AnyTagClassName
{
color: #FB8C14;
}
</style>
background-color css
<style>
a { background-color: #FB8C14; }
a { background-color: rgb(251,140,20); }
div.DivClassName
{
background-color: #FB8C14;
}
.BgClassName
{
background-color: #FB8C14;
}
</style>
border-color css
<style>
span { border-color: #FB8C14; }
span { border-color: rgb(251,140,20); }
td.TdClassName
{
border-color: #FB8C14;
}
.TagClassName
{
border-color: #FB8C14;
}
</style>