Shades of Neon Carrot #FF932E
Tints of Neon Carrot #FF932E
RGB
CMYK
RGB Variations
Color information
#FF932E (or 0xFF932E) is known color: Neon Carrot. HEX triplet: FF, 93 and 2E. RGB value is (255,147,46). Sum of RGB (Red+Green+Blue) = 255+147+46=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF932E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF932E is #006CD1. Grayscale: #A8A8A8. Windows color (decimal): -27858 or 3052543. OLE color: 3052543.
HSL color Cylindrical-coordinate representation of color #FF932E: hue angle of 29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF932E is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 46 | - |
| CMYK | 0 | 0.42 | 0.82 | 0 |
| HSL | 29º | 1% | 0.59% | - |
| HSV(B) | 29º | 0.82% | 1% | - |
| XYZ | 52.17 | 42.32 | 8 | - |
| YUV | 167.78 | 59.28 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 46 | 0 | 0.42 | 0.82 | 0 | 29 | 1 | 0.59 |
| Hex | FF | 93 | 2E | 0 | 2A | 52 | 0 | 1D | 64 | 3B |
| Octal | 377 | 223 | 56 | 0 | 52 | 122 | 0 | 35 | 144 | 73 |
| Binary | 11111111 | 10010011 | 101110 | 0 | 101010 | 1010010 | 0 | 11101 | 1100100 | 111011 |
Color Harmonies of #FF932E
Complementary color
Monochromatic Colors of #FF932E
Black with #FF932E
Text Example
Text Example
White with #FF932E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF932E; }
p { color: rgb(255,147,46); }
H1.HeaderClassName
{
color: #FF932E;
}
.AnyTagClassName
{
color: #FF932E;
}
</style>
background-color css
<style>
a { background-color: #FF932E; }
a { background-color: rgb(255,147,46); }
div.DivClassName
{
background-color: #FF932E;
}
.BgClassName
{
background-color: #FF932E;
}
</style>
border-color css
<style>
span { border-color: #FF932E; }
span { border-color: rgb(255,147,46); }
td.TdClassName
{
border-color: #FF932E;
}
.TagClassName
{
border-color: #FF932E;
}
</style>