Shades of Neon Carrot #FF913D
Tints of Neon Carrot #FF913D
RGB
CMYK
RGB Variations
Color information
#FF913D (or 0xFF913D) is known color: Neon Carrot. HEX triplet: FF, 91 and 3D. RGB value is (255,145,61). Sum of RGB (Red+Green+Blue) = 255+145+61=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF913D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF913D is #006EC2. Grayscale: #A8A8A8. Windows color (decimal): -28355 or 4035071. OLE color: 4035071.
HSL color Cylindrical-coordinate representation of color #FF913D: hue angle of 25.98º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF913D is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 61 | - |
| CMYK | 0 | 0.43 | 0.76 | 0 |
| HSL | 25.98º | 1% | 0.62% | - |
| HSV(B) | 25.98º | 0.76% | 1% | - |
| XYZ | 52.21 | 41.85 | 9.74 | - |
| YUV | 168.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 61 | 0 | 0.43 | 0.76 | 0 | 25.98 | 1 | 0.62 |
| Hex | FF | 91 | 3D | 0 | 2B | 4C | 0 | 1A | 64 | 3E |
| Octal | 377 | 221 | 75 | 0 | 53 | 114 | 0 | 32 | 144 | 76 |
| Binary | 11111111 | 10010001 | 111101 | 0 | 101011 | 1001100 | 0 | 11010 | 1100100 | 111110 |
Color Harmonies of #FF913D
Complementary color
Monochromatic Colors of #FF913D
Black with #FF913D
Text Example
Text Example
White with #FF913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF913D; }
p { color: rgb(255,145,61); }
H1.HeaderClassName
{
color: #FF913D;
}
.AnyTagClassName
{
color: #FF913D;
}
</style>
background-color css
<style>
a { background-color: #FF913D; }
a { background-color: rgb(255,145,61); }
div.DivClassName
{
background-color: #FF913D;
}
.BgClassName
{
background-color: #FF913D;
}
</style>
border-color css
<style>
span { border-color: #FF913D; }
span { border-color: rgb(255,145,61); }
td.TdClassName
{
border-color: #FF913D;
}
.TagClassName
{
border-color: #FF913D;
}
</style>