Shades of Neon Carrot #FB922C
Tints of Neon Carrot #FB922C
RGB
CMYK
RGB Variations
Color information
#FB922C (or 0xFB922C) is known color: Neon Carrot. HEX triplet: FB, 92 and 2C. RGB value is (251,146,44). Sum of RGB (Red+Green+Blue) = 251+146+44=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB922C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB922C is #046DD3. Grayscale: #A6A6A6. Windows color (decimal): -290260 or 2921211. OLE color: 2921211.
HSL color Cylindrical-coordinate representation of color #FB922C: hue angle of 29.57º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB922C is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 44 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.02 |
| HSL | 29.57º | 0.96% | 0.58% | - |
| HSV(B) | 29.57º | 0.82% | 0.98% | - |
| XYZ | 50.52 | 41.25 | 7.68 | - |
| YUV | 165.77 | 59.29 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 44 | 0 | 0.42 | 0.82 | 0.02 | 29.57 | 0.96 | 0.58 |
| Hex | FB | 92 | 2C | 0 | 2A | 52 | 2 | 1E | 60 | 3A |
| Octal | 373 | 222 | 54 | 0 | 52 | 122 | 2 | 36 | 140 | 72 |
| Binary | 11111011 | 10010010 | 101100 | 0 | 101010 | 1010010 | 10 | 11110 | 1100000 | 111010 |
Color Harmonies of #FB922C
Complementary color
Monochromatic Colors of #FB922C
Black with #FB922C
Text Example
Text Example
White with #FB922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB922C; }
p { color: rgb(251,146,44); }
H1.HeaderClassName
{
color: #FB922C;
}
.AnyTagClassName
{
color: #FB922C;
}
</style>
background-color css
<style>
a { background-color: #FB922C; }
a { background-color: rgb(251,146,44); }
div.DivClassName
{
background-color: #FB922C;
}
.BgClassName
{
background-color: #FB922C;
}
</style>
border-color css
<style>
span { border-color: #FB922C; }
span { border-color: rgb(251,146,44); }
td.TdClassName
{
border-color: #FB922C;
}
.TagClassName
{
border-color: #FB922C;
}
</style>