Shades of Carrot Orange #FB8B1F
Tints of Carrot Orange #FB8B1F
RGB
CMYK
RGB Variations
Color information
#FB8B1F (or 0xFB8B1F) is known color: Carrot Orange. HEX triplet: FB, 8B and 1F. RGB value is (251,139,31). Sum of RGB (Red+Green+Blue) = 251+139+31=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8B1F is #0474E0. Grayscale: #A0A0A0. Windows color (decimal): -292065 or 2067451. OLE color: 2067451.
HSL color Cylindrical-coordinate representation of color #FB8B1F: hue angle of 29.45º 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 #FB8B1F is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 31 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.02 |
| HSL | 29.45º | 0.96% | 0.55% | - |
| HSV(B) | 29.45º | 0.88% | 0.98% | - |
| XYZ | 49.26 | 39.07 | 6.24 | - |
| YUV | 160.18 | 55.11 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 31 | 0 | 0.45 | 0.88 | 0.02 | 29.45 | 0.96 | 0.55 |
| Hex | FB | 8B | 1F | 0 | 2D | 58 | 2 | 1D | 60 | 37 |
| Octal | 373 | 213 | 37 | 0 | 55 | 130 | 2 | 35 | 140 | 67 |
| Binary | 11111011 | 10001011 | 11111 | 0 | 101101 | 1011000 | 10 | 11101 | 1100000 | 110111 |
Color Harmonies of #FB8B1F
Complementary color
Monochromatic Colors of #FB8B1F
Black with #FB8B1F
Text Example
Text Example
White with #FB8B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8B1F; }
p { color: rgb(251,139,31); }
H1.HeaderClassName
{
color: #FB8B1F;
}
.AnyTagClassName
{
color: #FB8B1F;
}
</style>
background-color css
<style>
a { background-color: #FB8B1F; }
a { background-color: rgb(251,139,31); }
div.DivClassName
{
background-color: #FB8B1F;
}
.BgClassName
{
background-color: #FB8B1F;
}
</style>
border-color css
<style>
span { border-color: #FB8B1F; }
span { border-color: rgb(251,139,31); }
td.TdClassName
{
border-color: #FB8B1F;
}
.TagClassName
{
border-color: #FB8B1F;
}
</style>