Shades of Carrot Orange #FF901F
Tints of Carrot Orange #FF901F
RGB
CMYK
RGB Variations
Color information
#FF901F (or 0xFF901F) is known color: Carrot Orange. HEX triplet: FF, 90 and 1F. RGB value is (255,144,31). Sum of RGB (Red+Green+Blue) = 255+144+31=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF901F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF901F is #006FE0. Grayscale: #A4A4A4. Windows color (decimal): -28641 or 2068735. OLE color: 2068735.
HSL color Cylindrical-coordinate representation of color #FF901F: hue angle of 30.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF901F is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 31 | - |
| CMYK | 0 | 0.44 | 0.88 | 0 |
| HSL | 30.27º | 1% | 0.56% | - |
| HSV(B) | 30.27º | 0.88% | 1% | - |
| XYZ | 51.46 | 41.31 | 6.56 | - |
| YUV | 164.31 | 52.77 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 31 | 0 | 0.44 | 0.88 | 0 | 30.27 | 1 | 0.56 |
| Hex | FF | 90 | 1F | 0 | 2C | 58 | 0 | 1E | 64 | 38 |
| Octal | 377 | 220 | 37 | 0 | 54 | 130 | 0 | 36 | 144 | 70 |
| Binary | 11111111 | 10010000 | 11111 | 0 | 101100 | 1011000 | 0 | 11110 | 1100100 | 111000 |
Color Harmonies of #FF901F
Complementary color
Monochromatic Colors of #FF901F
Black with #FF901F
Text Example
Text Example
White with #FF901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF901F; }
p { color: rgb(255,144,31); }
H1.HeaderClassName
{
color: #FF901F;
}
.AnyTagClassName
{
color: #FF901F;
}
</style>
background-color css
<style>
a { background-color: #FF901F; }
a { background-color: rgb(255,144,31); }
div.DivClassName
{
background-color: #FF901F;
}
.BgClassName
{
background-color: #FF901F;
}
</style>
border-color css
<style>
span { border-color: #FF901F; }
span { border-color: rgb(255,144,31); }
td.TdClassName
{
border-color: #FF901F;
}
.TagClassName
{
border-color: #FF901F;
}
</style>