Shades of Neon Carrot #FF9B3A
Tints of Neon Carrot #FF9B3A
RGB
CMYK
RGB Variations
Color information
#FF9B3A (or 0xFF9B3A) is known color: Neon Carrot. HEX triplet: FF, 9B and 3A. RGB value is (255,155,58). Sum of RGB (Red+Green+Blue) = 255+155+58=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 58 (23.05% from 255 or 12.39% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9B3A is #0064C5. Grayscale: #AEAEAE. Windows color (decimal): -25798 or 3841023. OLE color: 3841023.
HSL color Cylindrical-coordinate representation of color #FF9B3A: hue angle of 29.54º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF9B3A is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 58 | - |
| CMYK | 0 | 0.39 | 0.77 | 0 |
| HSL | 29.54º | 1% | 0.61% | - |
| HSV(B) | 29.54º | 0.77% | 1% | - |
| XYZ | 53.73 | 45.01 | 9.86 | - |
| YUV | 173.84 | 62.63 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 58 | 0 | 0.39 | 0.77 | 0 | 29.54 | 1 | 0.61 |
| Hex | FF | 9B | 3A | 0 | 27 | 4D | 0 | 1E | 64 | 3D |
| Octal | 377 | 233 | 72 | 0 | 47 | 115 | 0 | 36 | 144 | 75 |
| Binary | 11111111 | 10011011 | 111010 | 0 | 100111 | 1001101 | 0 | 11110 | 1100100 | 111101 |
Color Harmonies of #FF9B3A
Complementary color
Monochromatic Colors of #FF9B3A
Black with #FF9B3A
Text Example
Text Example
White with #FF9B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B3A; }
p { color: rgb(255,155,58); }
H1.HeaderClassName
{
color: #FF9B3A;
}
.AnyTagClassName
{
color: #FF9B3A;
}
</style>
background-color css
<style>
a { background-color: #FF9B3A; }
a { background-color: rgb(255,155,58); }
div.DivClassName
{
background-color: #FF9B3A;
}
.BgClassName
{
background-color: #FF9B3A;
}
</style>
border-color css
<style>
span { border-color: #FF9B3A; }
span { border-color: rgb(255,155,58); }
td.TdClassName
{
border-color: #FF9B3A;
}
.TagClassName
{
border-color: #FF9B3A;
}
</style>