Shades of Carrot Orange #FB9520
Tints of Carrot Orange #FB9520
RGB
CMYK
RGB Variations
Color information
#FB9520 (or 0xFB9520) is known color: Carrot Orange. HEX triplet: FB, 95 and 20. RGB value is (251,149,32). Sum of RGB (Red+Green+Blue) = 251+149+32=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9520 is #046ADF. Grayscale: #A6A6A6. Windows color (decimal): -289504 or 2135547. OLE color: 2135547.
HSL color Cylindrical-coordinate representation of color #FB9520: hue angle of 32.05º 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 #FB9520 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 32 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.02 |
| HSL | 32.05º | 0.96% | 0.55% | - |
| HSV(B) | 32.05º | 0.87% | 0.98% | - |
| XYZ | 50.79 | 42.11 | 6.82 | - |
| YUV | 166.16 | 52.29 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 32 | 0 | 0.41 | 0.87 | 0.02 | 32.05 | 0.96 | 0.55 |
| Hex | FB | 95 | 20 | 0 | 29 | 57 | 2 | 20 | 60 | 37 |
| Octal | 373 | 225 | 40 | 0 | 51 | 127 | 2 | 40 | 140 | 67 |
| Binary | 11111011 | 10010101 | 100000 | 0 | 101001 | 1010111 | 10 | 100000 | 1100000 | 110111 |
Color Harmonies of #FB9520
Complementary color
Monochromatic Colors of #FB9520
Black with #FB9520
Text Example
Text Example
White with #FB9520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9520; }
p { color: rgb(251,149,32); }
H1.HeaderClassName
{
color: #FB9520;
}
.AnyTagClassName
{
color: #FB9520;
}
</style>
background-color css
<style>
a { background-color: #FB9520; }
a { background-color: rgb(251,149,32); }
div.DivClassName
{
background-color: #FB9520;
}
.BgClassName
{
background-color: #FB9520;
}
</style>
border-color css
<style>
span { border-color: #FB9520; }
span { border-color: rgb(251,149,32); }
td.TdClassName
{
border-color: #FB9520;
}
.TagClassName
{
border-color: #FB9520;
}
</style>