Shades of Neon Carrot #FF9621
Tints of Neon Carrot #FF9621
RGB
CMYK
RGB Variations
Color information
#FF9621 (or 0xFF9621) is known color: Neon Carrot. HEX triplet: FF, 96 and 21. RGB value is (255,150,33). Sum of RGB (Red+Green+Blue) = 255+150+33=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9621 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9621 is #0069DE. Grayscale: #A8A8A8. Windows color (decimal): -27103 or 2201343. OLE color: 2201343.
HSL color Cylindrical-coordinate representation of color #FF9621: hue angle of 31.62º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF9621 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 33 | - |
| CMYK | 0 | 0.41 | 0.87 | 0 |
| HSL | 31.62º | 1% | 0.56% | - |
| HSV(B) | 31.62º | 0.87% | 1% | - |
| XYZ | 52.42 | 43.18 | 7.01 | - |
| YUV | 168.06 | 51.79 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 33 | 0 | 0.41 | 0.87 | 0 | 31.62 | 1 | 0.56 |
| Hex | FF | 96 | 21 | 0 | 29 | 57 | 0 | 20 | 64 | 38 |
| Octal | 377 | 226 | 41 | 0 | 51 | 127 | 0 | 40 | 144 | 70 |
| Binary | 11111111 | 10010110 | 100001 | 0 | 101001 | 1010111 | 0 | 100000 | 1100100 | 111000 |
Color Harmonies of #FF9621
Complementary color
Monochromatic Colors of #FF9621
Black with #FF9621
Text Example
Text Example
White with #FF9621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9621; }
p { color: rgb(255,150,33); }
H1.HeaderClassName
{
color: #FF9621;
}
.AnyTagClassName
{
color: #FF9621;
}
</style>
background-color css
<style>
a { background-color: #FF9621; }
a { background-color: rgb(255,150,33); }
div.DivClassName
{
background-color: #FF9621;
}
.BgClassName
{
background-color: #FF9621;
}
</style>
border-color css
<style>
span { border-color: #FF9621; }
span { border-color: rgb(255,150,33); }
td.TdClassName
{
border-color: #FF9621;
}
.TagClassName
{
border-color: #FF9621;
}
</style>