Shades of Carrot Orange #FB8D1D
Tints of Carrot Orange #FB8D1D
RGB
CMYK
RGB Variations
Color information
#FB8D1D (or 0xFB8D1D) is known color: Carrot Orange. HEX triplet: FB, 8D and 1D. RGB value is (251,141,29). Sum of RGB (Red+Green+Blue) = 251+141+29=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8D1D is #0472E2. Grayscale: #A1A1A1. Windows color (decimal): -291555 or 1936891. OLE color: 1936891.
HSL color Cylindrical-coordinate representation of color #FB8D1D: hue angle of 30.27º 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 #FB8D1D is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 29 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.02 |
| HSL | 30.27º | 0.97% | 0.55% | - |
| HSV(B) | 30.27º | 0.88% | 0.98% | - |
| XYZ | 49.53 | 39.65 | 6.2 | - |
| YUV | 161.12 | 53.44 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 29 | 0 | 0.44 | 0.88 | 0.02 | 30.27 | 0.97 | 0.55 |
| Hex | FB | 8D | 1D | 0 | 2C | 58 | 2 | 1E | 61 | 37 |
| Octal | 373 | 215 | 35 | 0 | 54 | 130 | 2 | 36 | 141 | 67 |
| Binary | 11111011 | 10001101 | 11101 | 0 | 101100 | 1011000 | 10 | 11110 | 1100001 | 110111 |
Color Harmonies of #FB8D1D
Complementary color
Monochromatic Colors of #FB8D1D
Black with #FB8D1D
Text Example
Text Example
White with #FB8D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D1D; }
p { color: rgb(251,141,29); }
H1.HeaderClassName
{
color: #FB8D1D;
}
.AnyTagClassName
{
color: #FB8D1D;
}
</style>
background-color css
<style>
a { background-color: #FB8D1D; }
a { background-color: rgb(251,141,29); }
div.DivClassName
{
background-color: #FB8D1D;
}
.BgClassName
{
background-color: #FB8D1D;
}
</style>
border-color css
<style>
span { border-color: #FB8D1D; }
span { border-color: rgb(251,141,29); }
td.TdClassName
{
border-color: #FB8D1D;
}
.TagClassName
{
border-color: #FB8D1D;
}
</style>