Shades of Carrot Orange #FF901B
Tints of Carrot Orange #FF901B
RGB
CMYK
RGB Variations
Color information
#FF901B (or 0xFF901B) is known color: Carrot Orange. HEX triplet: FF, 90 and 1B. RGB value is (255,144,27). Sum of RGB (Red+Green+Blue) = 255+144+27=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF901B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF901B is #006FE4. Grayscale: #A4A4A4. Windows color (decimal): -28645 or 1806591. OLE color: 1806591.
HSL color Cylindrical-coordinate representation of color #FF901B: hue angle of 30.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF901B is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 27 | - |
| CMYK | 0 | 0.44 | 0.89 | 0 |
| HSL | 30.79º | 1% | 0.55% | - |
| HSV(B) | 30.79º | 0.89% | 1% | - |
| XYZ | 51.41 | 41.29 | 6.3 | - |
| YUV | 163.85 | 50.77 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 27 | 0 | 0.44 | 0.89 | 0 | 30.79 | 1 | 0.55 |
| Hex | FF | 90 | 1B | 0 | 2C | 59 | 0 | 1F | 64 | 37 |
| Octal | 377 | 220 | 33 | 0 | 54 | 131 | 0 | 37 | 144 | 67 |
| Binary | 11111111 | 10010000 | 11011 | 0 | 101100 | 1011001 | 0 | 11111 | 1100100 | 110111 |
Color Harmonies of #FF901B
Complementary color
Monochromatic Colors of #FF901B
Black with #FF901B
Text Example
Text Example
White with #FF901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF901B; }
p { color: rgb(255,144,27); }
H1.HeaderClassName
{
color: #FF901B;
}
.AnyTagClassName
{
color: #FF901B;
}
</style>
background-color css
<style>
a { background-color: #FF901B; }
a { background-color: rgb(255,144,27); }
div.DivClassName
{
background-color: #FF901B;
}
.BgClassName
{
background-color: #FF901B;
}
</style>
border-color css
<style>
span { border-color: #FF901B; }
span { border-color: rgb(255,144,27); }
td.TdClassName
{
border-color: #FF901B;
}
.TagClassName
{
border-color: #FF901B;
}
</style>