Shades of Neon Carrot #FA963A
Tints of Neon Carrot #FA963A
RGB
CMYK
RGB Variations
Color information
#FA963A (or 0xFA963A) is known color: Neon Carrot. HEX triplet: FA, 96 and 3A. RGB value is (250,150,58). Sum of RGB (Red+Green+Blue) = 250+150+58=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA963A is #0569C5. Grayscale: #A9A9A9. Windows color (decimal): -354758 or 3839738. OLE color: 3839738.
HSL color Cylindrical-coordinate representation of color #FA963A: hue angle of 28.75º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA963A is Cyan = 0, Magento = 0.4, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 58 | - |
| CMYK | 0 | 0.4 | 0.77 | 0.02 |
| HSL | 28.75º | 0.95% | 0.6% | - |
| HSV(B) | 28.75º | 0.77% | 0.98% | - |
| XYZ | 51.09 | 42.44 | 9.5 | - |
| YUV | 169.41 | 65.13 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 58 | 0 | 0.4 | 0.77 | 0.02 | 28.75 | 0.95 | 0.6 |
| Hex | FA | 96 | 3A | 0 | 28 | 4D | 2 | 1D | 5F | 3C |
| Octal | 372 | 226 | 72 | 0 | 50 | 115 | 2 | 35 | 137 | 74 |
| Binary | 11111010 | 10010110 | 111010 | 0 | 101000 | 1001101 | 10 | 11101 | 1011111 | 111100 |
Color Harmonies of #FA963A
Complementary color
Monochromatic Colors of #FA963A
Black with #FA963A
Text Example
Text Example
White with #FA963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA963A; }
p { color: rgb(250,150,58); }
H1.HeaderClassName
{
color: #FA963A;
}
.AnyTagClassName
{
color: #FA963A;
}
</style>
background-color css
<style>
a { background-color: #FA963A; }
a { background-color: rgb(250,150,58); }
div.DivClassName
{
background-color: #FA963A;
}
.BgClassName
{
background-color: #FA963A;
}
</style>
border-color css
<style>
span { border-color: #FA963A; }
span { border-color: rgb(250,150,58); }
td.TdClassName
{
border-color: #FA963A;
}
.TagClassName
{
border-color: #FA963A;
}
</style>