Shades of Carrot Orange #FF921E
Tints of Carrot Orange #FF921E
RGB
CMYK
RGB Variations
Color information
#FF921E (or 0xFF921E) is known color: Carrot Orange. HEX triplet: FF, 92 and 1E. RGB value is (255,146,30). Sum of RGB (Red+Green+Blue) = 255+146+30=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF921E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF921E is #006DE1. Grayscale: #A5A5A5. Windows color (decimal): -28130 or 2003711. OLE color: 2003711.
HSL color Cylindrical-coordinate representation of color #FF921E: hue angle of 30.93º 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 #FF921E is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 30 | - |
| CMYK | 0 | 0.43 | 0.88 | 0 |
| HSL | 30.93º | 1% | 0.56% | - |
| HSV(B) | 30.93º | 0.88% | 1% | - |
| XYZ | 51.75 | 41.91 | 6.59 | - |
| YUV | 165.37 | 51.61 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 30 | 0 | 0.43 | 0.88 | 0 | 30.93 | 1 | 0.56 |
| Hex | FF | 92 | 1E | 0 | 2B | 58 | 0 | 1F | 64 | 38 |
| Octal | 377 | 222 | 36 | 0 | 53 | 130 | 0 | 37 | 144 | 70 |
| Binary | 11111111 | 10010010 | 11110 | 0 | 101011 | 1011000 | 0 | 11111 | 1100100 | 111000 |
Color Harmonies of #FF921E
Complementary color
Monochromatic Colors of #FF921E
Black with #FF921E
Text Example
Text Example
White with #FF921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF921E; }
p { color: rgb(255,146,30); }
H1.HeaderClassName
{
color: #FF921E;
}
.AnyTagClassName
{
color: #FF921E;
}
</style>
background-color css
<style>
a { background-color: #FF921E; }
a { background-color: rgb(255,146,30); }
div.DivClassName
{
background-color: #FF921E;
}
.BgClassName
{
background-color: #FF921E;
}
</style>
border-color css
<style>
span { border-color: #FF921E; }
span { border-color: rgb(255,146,30); }
td.TdClassName
{
border-color: #FF921E;
}
.TagClassName
{
border-color: #FF921E;
}
</style>