Shades of Neon Carrot #FF922C
Tints of Neon Carrot #FF922C
RGB
CMYK
RGB Variations
Color information
#FF922C (or 0xFF922C) is known color: Neon Carrot. HEX triplet: FF, 92 and 2C. RGB value is (255,146,44). Sum of RGB (Red+Green+Blue) = 255+146+44=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF922C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF922C is #006DD3. Grayscale: #A7A7A7. Windows color (decimal): -28116 or 2921215. OLE color: 2921215.
HSL color Cylindrical-coordinate representation of color #FF922C: hue angle of 29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF922C is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 44 | - |
| CMYK | 0 | 0.43 | 0.83 | 0 |
| HSL | 29º | 1% | 0.59% | - |
| HSV(B) | 29º | 0.83% | 1% | - |
| XYZ | 51.97 | 42 | 7.75 | - |
| YUV | 166.96 | 58.61 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 44 | 0 | 0.43 | 0.83 | 0 | 29 | 1 | 0.59 |
| Hex | FF | 92 | 2C | 0 | 2B | 53 | 0 | 1D | 64 | 3B |
| Octal | 377 | 222 | 54 | 0 | 53 | 123 | 0 | 35 | 144 | 73 |
| Binary | 11111111 | 10010010 | 101100 | 0 | 101011 | 1010011 | 0 | 11101 | 1100100 | 111011 |
Color Harmonies of #FF922C
Complementary color
Monochromatic Colors of #FF922C
Black with #FF922C
Text Example
Text Example
White with #FF922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF922C; }
p { color: rgb(255,146,44); }
H1.HeaderClassName
{
color: #FF922C;
}
.AnyTagClassName
{
color: #FF922C;
}
</style>
background-color css
<style>
a { background-color: #FF922C; }
a { background-color: rgb(255,146,44); }
div.DivClassName
{
background-color: #FF922C;
}
.BgClassName
{
background-color: #FF922C;
}
</style>
border-color css
<style>
span { border-color: #FF922C; }
span { border-color: rgb(255,146,44); }
td.TdClassName
{
border-color: #FF922C;
}
.TagClassName
{
border-color: #FF922C;
}
</style>