Shades of Neon Carrot #FF913C
Tints of Neon Carrot #FF913C
RGB
CMYK
RGB Variations
Color information
#FF913C (or 0xFF913C) is known color: Neon Carrot. HEX triplet: FF, 91 and 3C. RGB value is (255,145,60). Sum of RGB (Red+Green+Blue) = 255+145+60=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF913C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF913C is #006EC3. Grayscale: #A8A8A8. Windows color (decimal): -28356 or 3969535. OLE color: 3969535.
HSL color Cylindrical-coordinate representation of color #FF913C: hue angle of 26.15º 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 #FF913C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 60 | - |
| CMYK | 0 | 0.43 | 0.76 | 0 |
| HSL | 26.15º | 1% | 0.62% | - |
| HSV(B) | 26.15º | 0.76% | 1% | - |
| XYZ | 52.18 | 41.84 | 9.6 | - |
| YUV | 168.2 | 66.94 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 60 | 0 | 0.43 | 0.76 | 0 | 26.15 | 1 | 0.62 |
| Hex | FF | 91 | 3C | 0 | 2B | 4C | 0 | 1A | 64 | 3E |
| Octal | 377 | 221 | 74 | 0 | 53 | 114 | 0 | 32 | 144 | 76 |
| Binary | 11111111 | 10010001 | 111100 | 0 | 101011 | 1001100 | 0 | 11010 | 1100100 | 111110 |
Color Harmonies of #FF913C
Complementary color
Monochromatic Colors of #FF913C
Black with #FF913C
Text Example
Text Example
White with #FF913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF913C; }
p { color: rgb(255,145,60); }
H1.HeaderClassName
{
color: #FF913C;
}
.AnyTagClassName
{
color: #FF913C;
}
</style>
background-color css
<style>
a { background-color: #FF913C; }
a { background-color: rgb(255,145,60); }
div.DivClassName
{
background-color: #FF913C;
}
.BgClassName
{
background-color: #FF913C;
}
</style>
border-color css
<style>
span { border-color: #FF913C; }
span { border-color: rgb(255,145,60); }
td.TdClassName
{
border-color: #FF913C;
}
.TagClassName
{
border-color: #FF913C;
}
</style>