Shades of Neon Carrot #FA9032
Tints of Neon Carrot #FA9032
RGB
CMYK
RGB Variations
Color information
#FA9032 (or 0xFA9032) is known color: Neon Carrot. HEX triplet: FA, 90 and 32. RGB value is (250,144,50). Sum of RGB (Red+Green+Blue) = 250+144+50=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9032 is #056FCD. Grayscale: #A5A5A5. Windows color (decimal): -356302 or 3313914. OLE color: 3313914.
HSL color Cylindrical-coordinate representation of color #FA9032: hue angle of 28.2º 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 #FA9032 is Cyan = 0, Magento = 0.42, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 50 | - |
| CMYK | 0 | 0.42 | 0.8 | 0.02 |
| HSL | 28.2º | 0.95% | 0.59% | - |
| HSV(B) | 28.2º | 0.8% | 0.98% | - |
| XYZ | 49.97 | 40.5 | 8.2 | - |
| YUV | 164.98 | 63.12 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 50 | 0 | 0.42 | 0.8 | 0.02 | 28.2 | 0.95 | 0.59 |
| Hex | FA | 90 | 32 | 0 | 2A | 50 | 2 | 1C | 5F | 3B |
| Octal | 372 | 220 | 62 | 0 | 52 | 120 | 2 | 34 | 137 | 73 |
| Binary | 11111010 | 10010000 | 110010 | 0 | 101010 | 1010000 | 10 | 11100 | 1011111 | 111011 |
Color Harmonies of #FA9032
Complementary color
Monochromatic Colors of #FA9032
Black with #FA9032
Text Example
Text Example
White with #FA9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9032; }
p { color: rgb(250,144,50); }
H1.HeaderClassName
{
color: #FA9032;
}
.AnyTagClassName
{
color: #FA9032;
}
</style>
background-color css
<style>
a { background-color: #FA9032; }
a { background-color: rgb(250,144,50); }
div.DivClassName
{
background-color: #FA9032;
}
.BgClassName
{
background-color: #FA9032;
}
</style>
border-color css
<style>
span { border-color: #FA9032; }
span { border-color: rgb(250,144,50); }
td.TdClassName
{
border-color: #FA9032;
}
.TagClassName
{
border-color: #FA9032;
}
</style>