Shades of Carrot Orange #FB9121
Tints of Carrot Orange #FB9121
RGB
CMYK
RGB Variations
Color information
#FB9121 (or 0xFB9121) is known color: Carrot Orange. HEX triplet: FB, 91 and 21. RGB value is (251,145,33). Sum of RGB (Red+Green+Blue) = 251+145+33=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9121 is #046EDE. Grayscale: #A4A4A4. Windows color (decimal): -290527 or 2200059. OLE color: 2200059.
HSL color Cylindrical-coordinate representation of color #FB9121: hue angle of 30.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB9121 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 33 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.02 |
| HSL | 30.83º | 0.96% | 0.56% | - |
| HSV(B) | 30.83º | 0.87% | 0.98% | - |
| XYZ | 50.18 | 40.87 | 6.68 | - |
| YUV | 163.93 | 54.12 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 33 | 0 | 0.42 | 0.87 | 0.02 | 30.83 | 0.96 | 0.56 |
| Hex | FB | 91 | 21 | 0 | 2A | 57 | 2 | 1F | 60 | 38 |
| Octal | 373 | 221 | 41 | 0 | 52 | 127 | 2 | 37 | 140 | 70 |
| Binary | 11111011 | 10010001 | 100001 | 0 | 101010 | 1010111 | 10 | 11111 | 1100000 | 111000 |
Color Harmonies of #FB9121
Complementary color
Monochromatic Colors of #FB9121
Black with #FB9121
Text Example
Text Example
White with #FB9121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9121; }
p { color: rgb(251,145,33); }
H1.HeaderClassName
{
color: #FB9121;
}
.AnyTagClassName
{
color: #FB9121;
}
</style>
background-color css
<style>
a { background-color: #FB9121; }
a { background-color: rgb(251,145,33); }
div.DivClassName
{
background-color: #FB9121;
}
.BgClassName
{
background-color: #FB9121;
}
</style>
border-color css
<style>
span { border-color: #FB9121; }
span { border-color: rgb(251,145,33); }
td.TdClassName
{
border-color: #FB9121;
}
.TagClassName
{
border-color: #FB9121;
}
</style>