Shades of Carrot Orange #FB901C
Tints of Carrot Orange #FB901C
RGB
CMYK
RGB Variations
Color information
#FB901C (or 0xFB901C) is known color: Carrot Orange. HEX triplet: FB, 90 and 1C. RGB value is (251,144,28). Sum of RGB (Red+Green+Blue) = 251+144+28=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB901C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB901C is #046FE3. Grayscale: #A3A3A3. Windows color (decimal): -290788 or 1872123. OLE color: 1872123.
HSL color Cylindrical-coordinate representation of color #FB901C: hue angle of 31.21º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB901C is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 28 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.02 |
| HSL | 31.21º | 0.97% | 0.55% | - |
| HSV(B) | 31.21º | 0.89% | 0.98% | - |
| XYZ | 49.97 | 40.54 | 6.29 | - |
| YUV | 162.77 | 51.95 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 28 | 0 | 0.43 | 0.89 | 0.02 | 31.21 | 0.97 | 0.55 |
| Hex | FB | 90 | 1C | 0 | 2B | 59 | 2 | 1F | 61 | 37 |
| Octal | 373 | 220 | 34 | 0 | 53 | 131 | 2 | 37 | 141 | 67 |
| Binary | 11111011 | 10010000 | 11100 | 0 | 101011 | 1011001 | 10 | 11111 | 1100001 | 110111 |
Color Harmonies of #FB901C
Complementary color
Monochromatic Colors of #FB901C
Black with #FB901C
Text Example
Text Example
White with #FB901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB901C; }
p { color: rgb(251,144,28); }
H1.HeaderClassName
{
color: #FB901C;
}
.AnyTagClassName
{
color: #FB901C;
}
</style>
background-color css
<style>
a { background-color: #FB901C; }
a { background-color: rgb(251,144,28); }
div.DivClassName
{
background-color: #FB901C;
}
.BgClassName
{
background-color: #FB901C;
}
</style>
border-color css
<style>
span { border-color: #FB901C; }
span { border-color: rgb(251,144,28); }
td.TdClassName
{
border-color: #FB901C;
}
.TagClassName
{
border-color: #FB901C;
}
</style>