Shades of Carrot Orange #FB9220
Tints of Carrot Orange #FB9220
RGB
CMYK
RGB Variations
Color information
#FB9220 (or 0xFB9220) is known color: Carrot Orange. HEX triplet: FB, 92 and 20. RGB value is (251,146,32). Sum of RGB (Red+Green+Blue) = 251+146+32=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9220 is #046DDF. Grayscale: #A4A4A4. Windows color (decimal): -290272 or 2134779. OLE color: 2134779.
HSL color Cylindrical-coordinate representation of color #FB9220: hue angle of 31.23º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB9220 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 32 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.02 |
| HSL | 31.23º | 0.96% | 0.55% | - |
| HSV(B) | 31.23º | 0.87% | 0.98% | - |
| XYZ | 50.32 | 41.17 | 6.66 | - |
| YUV | 164.4 | 53.29 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 32 | 0 | 0.42 | 0.87 | 0.02 | 31.23 | 0.96 | 0.55 |
| Hex | FB | 92 | 20 | 0 | 2A | 57 | 2 | 1F | 60 | 37 |
| Octal | 373 | 222 | 40 | 0 | 52 | 127 | 2 | 37 | 140 | 67 |
| Binary | 11111011 | 10010010 | 100000 | 0 | 101010 | 1010111 | 10 | 11111 | 1100000 | 110111 |
Color Harmonies of #FB9220
Complementary color
Monochromatic Colors of #FB9220
Black with #FB9220
Text Example
Text Example
White with #FB9220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9220; }
p { color: rgb(251,146,32); }
H1.HeaderClassName
{
color: #FB9220;
}
.AnyTagClassName
{
color: #FB9220;
}
</style>
background-color css
<style>
a { background-color: #FB9220; }
a { background-color: rgb(251,146,32); }
div.DivClassName
{
background-color: #FB9220;
}
.BgClassName
{
background-color: #FB9220;
}
</style>
border-color css
<style>
span { border-color: #FB9220; }
span { border-color: rgb(251,146,32); }
td.TdClassName
{
border-color: #FB9220;
}
.TagClassName
{
border-color: #FB9220;
}
</style>