Shades of Carrot Orange #FB8F1A
Tints of Carrot Orange #FB8F1A
RGB
CMYK
RGB Variations
Color information
#FB8F1A (or 0xFB8F1A) is known color: Carrot Orange. HEX triplet: FB, 8F and 1A. RGB value is (251,143,26). Sum of RGB (Red+Green+Blue) = 251+143+26=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8F1A is #0470E5. Grayscale: #A2A2A2. Windows color (decimal): -291046 or 1740795. OLE color: 1740795.
HSL color Cylindrical-coordinate representation of color #FB8F1A: hue angle of 31.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB8F1A is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 26 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.02 |
| HSL | 31.2º | 0.97% | 0.54% | - |
| HSV(B) | 31.2º | 0.9% | 0.98% | - |
| XYZ | 49.79 | 40.23 | 6.12 | - |
| YUV | 161.95 | 51.28 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 26 | 0 | 0.43 | 0.90 | 0.02 | 31.2 | 0.97 | 0.54 |
| Hex | FB | 8F | 1A | 0 | 2B | 5A | 2 | 1F | 61 | 36 |
| Octal | 373 | 217 | 32 | 0 | 53 | 132 | 2 | 37 | 141 | 66 |
| Binary | 11111011 | 10001111 | 11010 | 0 | 101011 | 1011010 | 10 | 11111 | 1100001 | 110110 |
Color Harmonies of #FB8F1A
Complementary color
Monochromatic Colors of #FB8F1A
Black with #FB8F1A
Text Example
Text Example
White with #FB8F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F1A; }
p { color: rgb(251,143,26); }
H1.HeaderClassName
{
color: #FB8F1A;
}
.AnyTagClassName
{
color: #FB8F1A;
}
</style>
background-color css
<style>
a { background-color: #FB8F1A; }
a { background-color: rgb(251,143,26); }
div.DivClassName
{
background-color: #FB8F1A;
}
.BgClassName
{
background-color: #FB8F1A;
}
</style>
border-color css
<style>
span { border-color: #FB8F1A; }
span { border-color: rgb(251,143,26); }
td.TdClassName
{
border-color: #FB8F1A;
}
.TagClassName
{
border-color: #FB8F1A;
}
</style>