Shades of Carrot Orange #FB8C1E
Tints of Carrot Orange #FB8C1E
RGB
CMYK
RGB Variations
Color information
#FB8C1E (or 0xFB8C1E) is known color: Carrot Orange. HEX triplet: FB, 8C and 1E. RGB value is (251,140,30). Sum of RGB (Red+Green+Blue) = 251+140+30=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C1E is #0473E1. Grayscale: #A1A1A1. Windows color (decimal): -291810 or 2002171. OLE color: 2002171.
HSL color Cylindrical-coordinate representation of color #FB8C1E: hue angle of 29.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB8C1E is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 30 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.02 |
| HSL | 29.86º | 0.97% | 0.55% | - |
| HSV(B) | 29.86º | 0.88% | 0.98% | - |
| XYZ | 49.4 | 39.36 | 6.22 | - |
| YUV | 160.65 | 54.27 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 30 | 0 | 0.44 | 0.88 | 0.02 | 29.86 | 0.97 | 0.55 |
| Hex | FB | 8C | 1E | 0 | 2C | 58 | 2 | 1E | 61 | 37 |
| Octal | 373 | 214 | 36 | 0 | 54 | 130 | 2 | 36 | 141 | 67 |
| Binary | 11111011 | 10001100 | 11110 | 0 | 101100 | 1011000 | 10 | 11110 | 1100001 | 110111 |
Color Harmonies of #FB8C1E
Complementary color
Monochromatic Colors of #FB8C1E
Black with #FB8C1E
Text Example
Text Example
White with #FB8C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C1E; }
p { color: rgb(251,140,30); }
H1.HeaderClassName
{
color: #FB8C1E;
}
.AnyTagClassName
{
color: #FB8C1E;
}
</style>
background-color css
<style>
a { background-color: #FB8C1E; }
a { background-color: rgb(251,140,30); }
div.DivClassName
{
background-color: #FB8C1E;
}
.BgClassName
{
background-color: #FB8C1E;
}
</style>
border-color css
<style>
span { border-color: #FB8C1E; }
span { border-color: rgb(251,140,30); }
td.TdClassName
{
border-color: #FB8C1E;
}
.TagClassName
{
border-color: #FB8C1E;
}
</style>