Shades of Neon Carrot #FA9B32
Tints of Neon Carrot #FA9B32
RGB
CMYK
RGB Variations
Color information
#FA9B32 (or 0xFA9B32) is known color: Neon Carrot. HEX triplet: FA, 9B and 32. RGB value is (250,155,50). Sum of RGB (Red+Green+Blue) = 250+155+50=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9B32 is #0564CD. Grayscale: #ABABAB. Windows color (decimal): -353486 or 3316730. OLE color: 3316730.
HSL color Cylindrical-coordinate representation of color #FA9B32: hue angle of 31.5º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA9B32 is Cyan = 0, Magento = 0.38, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 50 | - |
| CMYK | 0 | 0.38 | 0.8 | 0.02 |
| HSL | 31.5º | 0.95% | 0.59% | - |
| HSV(B) | 31.5º | 0.8% | 0.98% | - |
| XYZ | 51.72 | 44 | 8.78 | - |
| YUV | 171.44 | 59.47 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 50 | 0 | 0.38 | 0.8 | 0.02 | 31.5 | 0.95 | 0.59 |
| Hex | FA | 9B | 32 | 0 | 26 | 50 | 2 | 1F | 5F | 3B |
| Octal | 372 | 233 | 62 | 0 | 46 | 120 | 2 | 37 | 137 | 73 |
| Binary | 11111010 | 10011011 | 110010 | 0 | 100110 | 1010000 | 10 | 11111 | 1011111 | 111011 |
Color Harmonies of #FA9B32
Complementary color
Monochromatic Colors of #FA9B32
Black with #FA9B32
Text Example
Text Example
White with #FA9B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9B32; }
p { color: rgb(250,155,50); }
H1.HeaderClassName
{
color: #FA9B32;
}
.AnyTagClassName
{
color: #FA9B32;
}
</style>
background-color css
<style>
a { background-color: #FA9B32; }
a { background-color: rgb(250,155,50); }
div.DivClassName
{
background-color: #FA9B32;
}
.BgClassName
{
background-color: #FA9B32;
}
</style>
border-color css
<style>
span { border-color: #FA9B32; }
span { border-color: rgb(250,155,50); }
td.TdClassName
{
border-color: #FA9B32;
}
.TagClassName
{
border-color: #FA9B32;
}
</style>