Shades of Neon Carrot #FA962D
Tints of Neon Carrot #FA962D
RGB
CMYK
RGB Variations
Color information
#FA962D (or 0xFA962D) is known color: Neon Carrot. HEX triplet: FA, 96 and 2D. RGB value is (250,150,45). Sum of RGB (Red+Green+Blue) = 250+150+45=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA962D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA962D is #0569D2. Grayscale: #A8A8A8. Windows color (decimal): -354771 or 2987770. OLE color: 2987770.
HSL color Cylindrical-coordinate representation of color #FA962D: hue angle of 30.73º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA962D is Cyan = 0, Magento = 0.4, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 45 | - |
| CMYK | 0 | 0.4 | 0.82 | 0.02 |
| HSL | 30.73º | 0.95% | 0.58% | - |
| HSV(B) | 30.73º | 0.82% | 0.98% | - |
| XYZ | 50.8 | 42.33 | 7.97 | - |
| YUV | 167.93 | 58.63 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 45 | 0 | 0.4 | 0.82 | 0.02 | 30.73 | 0.95 | 0.58 |
| Hex | FA | 96 | 2D | 0 | 28 | 52 | 2 | 1F | 5F | 3A |
| Octal | 372 | 226 | 55 | 0 | 50 | 122 | 2 | 37 | 137 | 72 |
| Binary | 11111010 | 10010110 | 101101 | 0 | 101000 | 1010010 | 10 | 11111 | 1011111 | 111010 |
Color Harmonies of #FA962D
Complementary color
Monochromatic Colors of #FA962D
Black with #FA962D
Text Example
Text Example
White with #FA962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA962D; }
p { color: rgb(250,150,45); }
H1.HeaderClassName
{
color: #FA962D;
}
.AnyTagClassName
{
color: #FA962D;
}
</style>
background-color css
<style>
a { background-color: #FA962D; }
a { background-color: rgb(250,150,45); }
div.DivClassName
{
background-color: #FA962D;
}
.BgClassName
{
background-color: #FA962D;
}
</style>
border-color css
<style>
span { border-color: #FA962D; }
span { border-color: rgb(250,150,45); }
td.TdClassName
{
border-color: #FA962D;
}
.TagClassName
{
border-color: #FA962D;
}
</style>