Shades of Neon Carrot #FA982A
Tints of Neon Carrot #FA982A
RGB
CMYK
RGB Variations
Color information
#FA982A (or 0xFA982A) is known color: Neon Carrot. HEX triplet: FA, 98 and 2A. RGB value is (250,152,42). Sum of RGB (Red+Green+Blue) = 250+152+42=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA982A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA982A is #0567D5. Grayscale: #A9A9A9. Windows color (decimal): -354262 or 2791674. OLE color: 2791674.
HSL color Cylindrical-coordinate representation of color #FA982A: hue angle of 31.73º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA982A is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 42 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.02 |
| HSL | 31.73º | 0.95% | 0.57% | - |
| HSV(B) | 31.73º | 0.83% | 0.98% | - |
| XYZ | 51.07 | 42.95 | 7.79 | - |
| YUV | 168.76 | 56.47 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 42 | 0 | 0.39 | 0.83 | 0.02 | 31.73 | 0.95 | 0.57 |
| Hex | FA | 98 | 2A | 0 | 27 | 53 | 2 | 20 | 5F | 39 |
| Octal | 372 | 230 | 52 | 0 | 47 | 123 | 2 | 40 | 137 | 71 |
| Binary | 11111010 | 10011000 | 101010 | 0 | 100111 | 1010011 | 10 | 100000 | 1011111 | 111001 |
Color Harmonies of #FA982A
Complementary color
Monochromatic Colors of #FA982A
Black with #FA982A
Text Example
Text Example
White with #FA982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA982A; }
p { color: rgb(250,152,42); }
H1.HeaderClassName
{
color: #FA982A;
}
.AnyTagClassName
{
color: #FA982A;
}
</style>
background-color css
<style>
a { background-color: #FA982A; }
a { background-color: rgb(250,152,42); }
div.DivClassName
{
background-color: #FA982A;
}
.BgClassName
{
background-color: #FA982A;
}
</style>
border-color css
<style>
span { border-color: #FA982A; }
span { border-color: rgb(250,152,42); }
td.TdClassName
{
border-color: #FA982A;
}
.TagClassName
{
border-color: #FA982A;
}
</style>