Shades of Neon Carrot #FF952E
Tints of Neon Carrot #FF952E
RGB
CMYK
RGB Variations
Color information
#FF952E (or 0xFF952E) is known color: Neon Carrot. HEX triplet: FF, 95 and 2E. RGB value is (255,149,46). Sum of RGB (Red+Green+Blue) = 255+149+46=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF952E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF952E is #006AD1. Grayscale: #A9A9A9. Windows color (decimal): -27346 or 3053055. OLE color: 3053055.
HSL color Cylindrical-coordinate representation of color #FF952E: hue angle of 29.57º 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 #FF952E is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 46 | - |
| CMYK | 0 | 0.42 | 0.82 | 0 |
| HSL | 29.57º | 1% | 0.59% | - |
| HSV(B) | 29.57º | 0.82% | 1% | - |
| XYZ | 52.48 | 42.95 | 8.11 | - |
| YUV | 168.95 | 58.62 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 46 | 0 | 0.42 | 0.82 | 0 | 29.57 | 1 | 0.59 |
| Hex | FF | 95 | 2E | 0 | 2A | 52 | 0 | 1E | 64 | 3B |
| Octal | 377 | 225 | 56 | 0 | 52 | 122 | 0 | 36 | 144 | 73 |
| Binary | 11111111 | 10010101 | 101110 | 0 | 101010 | 1010010 | 0 | 11110 | 1100100 | 111011 |
Color Harmonies of #FF952E
Complementary color
Monochromatic Colors of #FF952E
Black with #FF952E
Text Example
Text Example
White with #FF952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF952E; }
p { color: rgb(255,149,46); }
H1.HeaderClassName
{
color: #FF952E;
}
.AnyTagClassName
{
color: #FF952E;
}
</style>
background-color css
<style>
a { background-color: #FF952E; }
a { background-color: rgb(255,149,46); }
div.DivClassName
{
background-color: #FF952E;
}
.BgClassName
{
background-color: #FF952E;
}
</style>
border-color css
<style>
span { border-color: #FF952E; }
span { border-color: rgb(255,149,46); }
td.TdClassName
{
border-color: #FF952E;
}
.TagClassName
{
border-color: #FF952E;
}
</style>