Shades of Carrot Orange #FB921C
Tints of Carrot Orange #FB921C
RGB
CMYK
RGB Variations
Color information
#FB921C (or 0xFB921C) is known color: Carrot Orange. HEX triplet: FB, 92 and 1C. RGB value is (251,146,28). Sum of RGB (Red+Green+Blue) = 251+146+28=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB921C is #046DE3. Grayscale: #A4A4A4. Windows color (decimal): -290276 or 1872635. OLE color: 1872635.
HSL color Cylindrical-coordinate representation of color #FB921C: hue angle of 31.75º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB921C is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 28 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.02 |
| HSL | 31.75º | 0.97% | 0.55% | - |
| HSV(B) | 31.75º | 0.89% | 0.98% | - |
| XYZ | 50.27 | 41.15 | 6.39 | - |
| YUV | 163.94 | 51.29 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 28 | 0 | 0.42 | 0.89 | 0.02 | 31.75 | 0.97 | 0.55 |
| Hex | FB | 92 | 1C | 0 | 2A | 59 | 2 | 20 | 61 | 37 |
| Octal | 373 | 222 | 34 | 0 | 52 | 131 | 2 | 40 | 141 | 67 |
| Binary | 11111011 | 10010010 | 11100 | 0 | 101010 | 1011001 | 10 | 100000 | 1100001 | 110111 |
Color Harmonies of #FB921C
Complementary color
Monochromatic Colors of #FB921C
Black with #FB921C
Text Example
Text Example
White with #FB921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB921C; }
p { color: rgb(251,146,28); }
H1.HeaderClassName
{
color: #FB921C;
}
.AnyTagClassName
{
color: #FB921C;
}
</style>
background-color css
<style>
a { background-color: #FB921C; }
a { background-color: rgb(251,146,28); }
div.DivClassName
{
background-color: #FB921C;
}
.BgClassName
{
background-color: #FB921C;
}
</style>
border-color css
<style>
span { border-color: #FB921C; }
span { border-color: rgb(251,146,28); }
td.TdClassName
{
border-color: #FB921C;
}
.TagClassName
{
border-color: #FB921C;
}
</style>