Shades of Carrot Orange #FB921A
Tints of Carrot Orange #FB921A
RGB
CMYK
RGB Variations
Color information
#FB921A (or 0xFB921A) is known color: Carrot Orange. HEX triplet: FB, 92 and 1A. RGB value is (251,146,26). Sum of RGB (Red+Green+Blue) = 251+146+26=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB921A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB921A is #046DE5. Grayscale: #A4A4A4. Windows color (decimal): -290278 or 1741563. OLE color: 1741563.
HSL color Cylindrical-coordinate representation of color #FB921A: hue angle of 32º 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 #FB921A is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 26 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.02 |
| HSL | 32º | 0.97% | 0.54% | - |
| HSV(B) | 32º | 0.9% | 0.98% | - |
| XYZ | 50.25 | 41.14 | 6.27 | - |
| YUV | 163.72 | 50.29 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 26 | 0 | 0.42 | 0.90 | 0.02 | 32 | 0.97 | 0.54 |
| Hex | FB | 92 | 1A | 0 | 2A | 5A | 2 | 20 | 61 | 36 |
| Octal | 373 | 222 | 32 | 0 | 52 | 132 | 2 | 40 | 141 | 66 |
| Binary | 11111011 | 10010010 | 11010 | 0 | 101010 | 1011010 | 10 | 100000 | 1100001 | 110110 |
Color Harmonies of #FB921A
Complementary color
Monochromatic Colors of #FB921A
Black with #FB921A
Text Example
Text Example
White with #FB921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB921A; }
p { color: rgb(251,146,26); }
H1.HeaderClassName
{
color: #FB921A;
}
.AnyTagClassName
{
color: #FB921A;
}
</style>
background-color css
<style>
a { background-color: #FB921A; }
a { background-color: rgb(251,146,26); }
div.DivClassName
{
background-color: #FB921A;
}
.BgClassName
{
background-color: #FB921A;
}
</style>
border-color css
<style>
span { border-color: #FB921A; }
span { border-color: rgb(251,146,26); }
td.TdClassName
{
border-color: #FB921A;
}
.TagClassName
{
border-color: #FB921A;
}
</style>