Shades of Neon Carrot #FF9B3C
Tints of Neon Carrot #FF9B3C
RGB
CMYK
RGB Variations
Color information
#FF9B3C (or 0xFF9B3C) is known color: Neon Carrot. HEX triplet: FF, 9B and 3C. RGB value is (255,155,60). Sum of RGB (Red+Green+Blue) = 255+155+60=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9B3C is #0064C3. Grayscale: #AEAEAE. Windows color (decimal): -25796 or 3972095. OLE color: 3972095.
HSL color Cylindrical-coordinate representation of color #FF9B3C: hue angle of 29.23º 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 #FF9B3C is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 60 | - |
| CMYK | 0 | 0.39 | 0.76 | 0 |
| HSL | 29.23º | 1% | 0.62% | - |
| HSV(B) | 29.23º | 0.76% | 1% | - |
| XYZ | 53.78 | 45.03 | 10.13 | - |
| YUV | 174.07 | 63.63 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 60 | 0 | 0.39 | 0.76 | 0 | 29.23 | 1 | 0.62 |
| Hex | FF | 9B | 3C | 0 | 27 | 4C | 0 | 1D | 64 | 3E |
| Octal | 377 | 233 | 74 | 0 | 47 | 114 | 0 | 35 | 144 | 76 |
| Binary | 11111111 | 10011011 | 111100 | 0 | 100111 | 1001100 | 0 | 11101 | 1100100 | 111110 |
Color Harmonies of #FF9B3C
Complementary color
Monochromatic Colors of #FF9B3C
Black with #FF9B3C
Text Example
Text Example
White with #FF9B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B3C; }
p { color: rgb(255,155,60); }
H1.HeaderClassName
{
color: #FF9B3C;
}
.AnyTagClassName
{
color: #FF9B3C;
}
</style>
background-color css
<style>
a { background-color: #FF9B3C; }
a { background-color: rgb(255,155,60); }
div.DivClassName
{
background-color: #FF9B3C;
}
.BgClassName
{
background-color: #FF9B3C;
}
</style>
border-color css
<style>
span { border-color: #FF9B3C; }
span { border-color: rgb(255,155,60); }
td.TdClassName
{
border-color: #FF9B3C;
}
.TagClassName
{
border-color: #FF9B3C;
}
</style>