Shades of Neon Carrot #FF932C
Tints of Neon Carrot #FF932C
RGB
CMYK
RGB Variations
Color information
#FF932C (or 0xFF932C) is known color: Neon Carrot. HEX triplet: FF, 93 and 2C. RGB value is (255,147,44). Sum of RGB (Red+Green+Blue) = 255+147+44=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF932C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF932C is #006CD3. Grayscale: #A8A8A8. Windows color (decimal): -27860 or 2921471. OLE color: 2921471.
HSL color Cylindrical-coordinate representation of color #FF932C: hue angle of 29.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 #FF932C is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 44 | - |
| CMYK | 0 | 0.42 | 0.83 | 0 |
| HSL | 29.29º | 1% | 0.59% | - |
| HSV(B) | 29.29º | 0.83% | 1% | - |
| XYZ | 52.13 | 42.31 | 7.8 | - |
| YUV | 167.55 | 58.28 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 44 | 0 | 0.42 | 0.83 | 0 | 29.29 | 1 | 0.59 |
| Hex | FF | 93 | 2C | 0 | 2A | 53 | 0 | 1D | 64 | 3B |
| Octal | 377 | 223 | 54 | 0 | 52 | 123 | 0 | 35 | 144 | 73 |
| Binary | 11111111 | 10010011 | 101100 | 0 | 101010 | 1010011 | 0 | 11101 | 1100100 | 111011 |
Color Harmonies of #FF932C
Complementary color
Monochromatic Colors of #FF932C
Black with #FF932C
Text Example
Text Example
White with #FF932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF932C; }
p { color: rgb(255,147,44); }
H1.HeaderClassName
{
color: #FF932C;
}
.AnyTagClassName
{
color: #FF932C;
}
</style>
background-color css
<style>
a { background-color: #FF932C; }
a { background-color: rgb(255,147,44); }
div.DivClassName
{
background-color: #FF932C;
}
.BgClassName
{
background-color: #FF932C;
}
</style>
border-color css
<style>
span { border-color: #FF932C; }
span { border-color: rgb(255,147,44); }
td.TdClassName
{
border-color: #FF932C;
}
.TagClassName
{
border-color: #FF932C;
}
</style>