Shades of Carrot Orange #FB9A20
Tints of Carrot Orange #FB9A20
RGB
CMYK
RGB Variations
Color information
#FB9A20 (or 0xFB9A20) is known color: Carrot Orange. HEX triplet: FB, 9A and 20. RGB value is (251,154,32). Sum of RGB (Red+Green+Blue) = 251+154+32=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9A20 is #0465DF. Grayscale: #A9A9A9. Windows color (decimal): -288224 or 2136827. OLE color: 2136827.
HSL color Cylindrical-coordinate representation of color #FB9A20: hue angle of 33.42º 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 #FB9A20 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 32 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.02 |
| HSL | 33.42º | 0.96% | 0.55% | - |
| HSV(B) | 33.42º | 0.87% | 0.98% | - |
| XYZ | 51.6 | 43.72 | 7.09 | - |
| YUV | 169.1 | 50.64 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 32 | 0 | 0.39 | 0.87 | 0.02 | 33.42 | 0.96 | 0.55 |
| Hex | FB | 9A | 20 | 0 | 27 | 57 | 2 | 21 | 60 | 37 |
| Octal | 373 | 232 | 40 | 0 | 47 | 127 | 2 | 41 | 140 | 67 |
| Binary | 11111011 | 10011010 | 100000 | 0 | 100111 | 1010111 | 10 | 100001 | 1100000 | 110111 |
Color Harmonies of #FB9A20
Complementary color
Monochromatic Colors of #FB9A20
Black with #FB9A20
Text Example
Text Example
White with #FB9A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9A20; }
p { color: rgb(251,154,32); }
H1.HeaderClassName
{
color: #FB9A20;
}
.AnyTagClassName
{
color: #FB9A20;
}
</style>
background-color css
<style>
a { background-color: #FB9A20; }
a { background-color: rgb(251,154,32); }
div.DivClassName
{
background-color: #FB9A20;
}
.BgClassName
{
background-color: #FB9A20;
}
</style>
border-color css
<style>
span { border-color: #FB9A20; }
span { border-color: rgb(251,154,32); }
td.TdClassName
{
border-color: #FB9A20;
}
.TagClassName
{
border-color: #FB9A20;
}
</style>