Shades of Carrot Orange #FB9022
Tints of Carrot Orange #FB9022
RGB
CMYK
RGB Variations
Color information
#FB9022 (or 0xFB9022) is known color: Carrot Orange. HEX triplet: FB, 90 and 22. RGB value is (251,144,34). Sum of RGB (Red+Green+Blue) = 251+144+34=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9022 is #046FDD. Grayscale: #A4A4A4. Windows color (decimal): -290782 or 2265339. OLE color: 2265339.
HSL color Cylindrical-coordinate representation of color #FB9022: hue angle of 30.41º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB9022 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 34 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.02 |
| HSL | 30.41º | 0.96% | 0.56% | - |
| HSV(B) | 30.41º | 0.86% | 0.98% | - |
| XYZ | 50.05 | 40.57 | 6.71 | - |
| YUV | 163.45 | 54.95 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 34 | 0 | 0.43 | 0.86 | 0.02 | 30.41 | 0.96 | 0.56 |
| Hex | FB | 90 | 22 | 0 | 2B | 56 | 2 | 1E | 60 | 38 |
| Octal | 373 | 220 | 42 | 0 | 53 | 126 | 2 | 36 | 140 | 70 |
| Binary | 11111011 | 10010000 | 100010 | 0 | 101011 | 1010110 | 10 | 11110 | 1100000 | 111000 |
Color Harmonies of #FB9022
Complementary color
Monochromatic Colors of #FB9022
Black with #FB9022
Text Example
Text Example
White with #FB9022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9022; }
p { color: rgb(251,144,34); }
H1.HeaderClassName
{
color: #FB9022;
}
.AnyTagClassName
{
color: #FB9022;
}
</style>
background-color css
<style>
a { background-color: #FB9022; }
a { background-color: rgb(251,144,34); }
div.DivClassName
{
background-color: #FB9022;
}
.BgClassName
{
background-color: #FB9022;
}
</style>
border-color css
<style>
span { border-color: #FB9022; }
span { border-color: rgb(251,144,34); }
td.TdClassName
{
border-color: #FB9022;
}
.TagClassName
{
border-color: #FB9022;
}
</style>