Shades of Carrot Orange #FF921C
Tints of Carrot Orange #FF921C
RGB
CMYK
RGB Variations
Color information
#FF921C (or 0xFF921C) is known color: Carrot Orange. HEX triplet: FF, 92 and 1C. RGB value is (255,146,28). Sum of RGB (Red+Green+Blue) = 255+146+28=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF921C is #006DE3. Grayscale: #A5A5A5. Windows color (decimal): -28132 or 1872639. OLE color: 1872639.
HSL color Cylindrical-coordinate representation of color #FF921C: hue angle of 31.19º 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 #FF921C is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 28 | - |
| CMYK | 0 | 0.43 | 0.89 | 0 |
| HSL | 31.19º | 1% | 0.55% | - |
| HSV(B) | 31.19º | 0.89% | 1% | - |
| XYZ | 51.73 | 41.9 | 6.46 | - |
| YUV | 165.14 | 50.61 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 28 | 0 | 0.43 | 0.89 | 0 | 31.19 | 1 | 0.55 |
| Hex | FF | 92 | 1C | 0 | 2B | 59 | 0 | 1F | 64 | 37 |
| Octal | 377 | 222 | 34 | 0 | 53 | 131 | 0 | 37 | 144 | 67 |
| Binary | 11111111 | 10010010 | 11100 | 0 | 101011 | 1011001 | 0 | 11111 | 1100100 | 110111 |
Color Harmonies of #FF921C
Complementary color
Monochromatic Colors of #FF921C
Black with #FF921C
Text Example
Text Example
White with #FF921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF921C; }
p { color: rgb(255,146,28); }
H1.HeaderClassName
{
color: #FF921C;
}
.AnyTagClassName
{
color: #FF921C;
}
</style>
background-color css
<style>
a { background-color: #FF921C; }
a { background-color: rgb(255,146,28); }
div.DivClassName
{
background-color: #FF921C;
}
.BgClassName
{
background-color: #FF921C;
}
</style>
border-color css
<style>
span { border-color: #FF921C; }
span { border-color: rgb(255,146,28); }
td.TdClassName
{
border-color: #FF921C;
}
.TagClassName
{
border-color: #FF921C;
}
</style>