Shades of Neon Carrot #FF952D
Tints of Neon Carrot #FF952D
RGB
CMYK
RGB Variations
Color information
#FF952D (or 0xFF952D) is known color: Neon Carrot. HEX triplet: FF, 95 and 2D. RGB value is (255,149,45). Sum of RGB (Red+Green+Blue) = 255+149+45=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF952D is #006AD2. Grayscale: #A9A9A9. Windows color (decimal): -27347 or 2987519. OLE color: 2987519.
HSL color Cylindrical-coordinate representation of color #FF952D: hue angle of 29.71º 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 #FF952D is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 45 | - |
| CMYK | 0 | 0.42 | 0.82 | 0 |
| HSL | 29.71º | 1% | 0.59% | - |
| HSV(B) | 29.71º | 0.82% | 1% | - |
| XYZ | 52.46 | 42.94 | 8.01 | - |
| YUV | 168.84 | 58.12 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 45 | 0 | 0.42 | 0.82 | 0 | 29.71 | 1 | 0.59 |
| Hex | FF | 95 | 2D | 0 | 2A | 52 | 0 | 1E | 64 | 3B |
| Octal | 377 | 225 | 55 | 0 | 52 | 122 | 0 | 36 | 144 | 73 |
| Binary | 11111111 | 10010101 | 101101 | 0 | 101010 | 1010010 | 0 | 11110 | 1100100 | 111011 |
Color Harmonies of #FF952D
Complementary color
Monochromatic Colors of #FF952D
Black with #FF952D
Text Example
Text Example
White with #FF952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF952D; }
p { color: rgb(255,149,45); }
H1.HeaderClassName
{
color: #FF952D;
}
.AnyTagClassName
{
color: #FF952D;
}
</style>
background-color css
<style>
a { background-color: #FF952D; }
a { background-color: rgb(255,149,45); }
div.DivClassName
{
background-color: #FF952D;
}
.BgClassName
{
background-color: #FF952D;
}
</style>
border-color css
<style>
span { border-color: #FF952D; }
span { border-color: rgb(255,149,45); }
td.TdClassName
{
border-color: #FF952D;
}
.TagClassName
{
border-color: #FF952D;
}
</style>