Shades of Carrot Orange #FB8D15
Tints of Carrot Orange #FB8D15
RGB
CMYK
RGB Variations
Color information
#FB8D15 (or 0xFB8D15) is known color: Carrot Orange. HEX triplet: FB, 8D and 15. RGB value is (251,141,21). Sum of RGB (Red+Green+Blue) = 251+141+21=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8D15 is #0472EA. Grayscale: #A0A0A0. Windows color (decimal): -291563 or 1412603. OLE color: 1412603.
HSL color Cylindrical-coordinate representation of color #FB8D15: hue angle of 31.3º 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 #FB8D15 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 21 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.02 |
| HSL | 31.3º | 0.97% | 0.53% | - |
| HSV(B) | 31.3º | 0.92% | 0.98% | - |
| XYZ | 49.44 | 39.61 | 5.75 | - |
| YUV | 160.21 | 49.44 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 21 | 0 | 0.44 | 0.92 | 0.02 | 31.3 | 0.97 | 0.53 |
| Hex | FB | 8D | 15 | 0 | 2C | 5C | 2 | 1F | 61 | 35 |
| Octal | 373 | 215 | 25 | 0 | 54 | 134 | 2 | 37 | 141 | 65 |
| Binary | 11111011 | 10001101 | 10101 | 0 | 101100 | 1011100 | 10 | 11111 | 1100001 | 110101 |
Color Harmonies of #FB8D15
Complementary color
Monochromatic Colors of #FB8D15
Black with #FB8D15
Text Example
Text Example
White with #FB8D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D15; }
p { color: rgb(251,141,21); }
H1.HeaderClassName
{
color: #FB8D15;
}
.AnyTagClassName
{
color: #FB8D15;
}
</style>
background-color css
<style>
a { background-color: #FB8D15; }
a { background-color: rgb(251,141,21); }
div.DivClassName
{
background-color: #FB8D15;
}
.BgClassName
{
background-color: #FB8D15;
}
</style>
border-color css
<style>
span { border-color: #FB8D15; }
span { border-color: rgb(251,141,21); }
td.TdClassName
{
border-color: #FB8D15;
}
.TagClassName
{
border-color: #FB8D15;
}
</style>