Shades of Carrot Orange #FB8D1F
Tints of Carrot Orange #FB8D1F
RGB
CMYK
RGB Variations
Color information
#FB8D1F (or 0xFB8D1F) is known color: Carrot Orange. HEX triplet: FB, 8D and 1F. RGB value is (251,141,31). Sum of RGB (Red+Green+Blue) = 251+141+31=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8D1F is #0472E0. Grayscale: #A1A1A1. Windows color (decimal): -291553 or 2067963. OLE color: 2067963.
HSL color Cylindrical-coordinate representation of color #FB8D1F: hue angle of 30º degrees, saturation: 0.96, 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 #FB8D1F is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 31 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.02 |
| HSL | 30º | 0.96% | 0.55% | - |
| HSV(B) | 30º | 0.88% | 0.98% | - |
| XYZ | 49.56 | 39.66 | 6.34 | - |
| YUV | 161.35 | 54.44 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 31 | 0 | 0.44 | 0.88 | 0.02 | 30 | 0.96 | 0.55 |
| Hex | FB | 8D | 1F | 0 | 2C | 58 | 2 | 1E | 60 | 37 |
| Octal | 373 | 215 | 37 | 0 | 54 | 130 | 2 | 36 | 140 | 67 |
| Binary | 11111011 | 10001101 | 11111 | 0 | 101100 | 1011000 | 10 | 11110 | 1100000 | 110111 |
Color Harmonies of #FB8D1F
Complementary color
Monochromatic Colors of #FB8D1F
Black with #FB8D1F
Text Example
Text Example
White with #FB8D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D1F; }
p { color: rgb(251,141,31); }
H1.HeaderClassName
{
color: #FB8D1F;
}
.AnyTagClassName
{
color: #FB8D1F;
}
</style>
background-color css
<style>
a { background-color: #FB8D1F; }
a { background-color: rgb(251,141,31); }
div.DivClassName
{
background-color: #FB8D1F;
}
.BgClassName
{
background-color: #FB8D1F;
}
</style>
border-color css
<style>
span { border-color: #FB8D1F; }
span { border-color: rgb(251,141,31); }
td.TdClassName
{
border-color: #FB8D1F;
}
.TagClassName
{
border-color: #FB8D1F;
}
</style>