Shades of Carrot Orange #FB8F16
Tints of Carrot Orange #FB8F16
RGB
CMYK
RGB Variations
Color information
#FB8F16 (or 0xFB8F16) is known color: Carrot Orange. HEX triplet: FB, 8F and 16. RGB value is (251,143,22). Sum of RGB (Red+Green+Blue) = 251+143+22=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8F16 is #0470E9. Grayscale: #A2A2A2. Windows color (decimal): -291050 or 1478651. OLE color: 1478651.
HSL color Cylindrical-coordinate representation of color #FB8F16: hue angle of 31.7º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB8F16 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 22 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.02 |
| HSL | 31.7º | 0.97% | 0.54% | - |
| HSV(B) | 31.7º | 0.91% | 0.98% | - |
| XYZ | 49.75 | 40.21 | 5.9 | - |
| YUV | 161.5 | 49.28 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 22 | 0 | 0.43 | 0.91 | 0.02 | 31.7 | 0.97 | 0.54 |
| Hex | FB | 8F | 16 | 0 | 2B | 5B | 2 | 20 | 61 | 36 |
| Octal | 373 | 217 | 26 | 0 | 53 | 133 | 2 | 40 | 141 | 66 |
| Binary | 11111011 | 10001111 | 10110 | 0 | 101011 | 1011011 | 10 | 100000 | 1100001 | 110110 |
Color Harmonies of #FB8F16
Complementary color
Monochromatic Colors of #FB8F16
Black with #FB8F16
Text Example
Text Example
White with #FB8F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F16; }
p { color: rgb(251,143,22); }
H1.HeaderClassName
{
color: #FB8F16;
}
.AnyTagClassName
{
color: #FB8F16;
}
</style>
background-color css
<style>
a { background-color: #FB8F16; }
a { background-color: rgb(251,143,22); }
div.DivClassName
{
background-color: #FB8F16;
}
.BgClassName
{
background-color: #FB8F16;
}
</style>
border-color css
<style>
span { border-color: #FB8F16; }
span { border-color: rgb(251,143,22); }
td.TdClassName
{
border-color: #FB8F16;
}
.TagClassName
{
border-color: #FB8F16;
}
</style>