Shades of Neon Carrot #FA993A
Tints of Neon Carrot #FA993A
RGB
CMYK
RGB Variations
Color information
#FA993A (or 0xFA993A) is known color: Neon Carrot. HEX triplet: FA, 99 and 3A. RGB value is (250,153,58). Sum of RGB (Red+Green+Blue) = 250+153+58=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA993A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA993A is #0566C5. Grayscale: #ABABAB. Windows color (decimal): -353990 or 3840506. OLE color: 3840506.
HSL color Cylindrical-coordinate representation of color #FA993A: hue angle of 29.69º 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 #FA993A is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 58 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.02 |
| HSL | 29.69º | 0.95% | 0.6% | - |
| HSV(B) | 29.69º | 0.77% | 0.98% | - |
| XYZ | 51.58 | 43.41 | 9.66 | - |
| YUV | 171.17 | 64.14 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 58 | 0 | 0.39 | 0.77 | 0.02 | 29.69 | 0.95 | 0.6 |
| Hex | FA | 99 | 3A | 0 | 27 | 4D | 2 | 1E | 5F | 3C |
| Octal | 372 | 231 | 72 | 0 | 47 | 115 | 2 | 36 | 137 | 74 |
| Binary | 11111010 | 10011001 | 111010 | 0 | 100111 | 1001101 | 10 | 11110 | 1011111 | 111100 |
Color Harmonies of #FA993A
Complementary color
Monochromatic Colors of #FA993A
Black with #FA993A
Text Example
Text Example
White with #FA993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA993A; }
p { color: rgb(250,153,58); }
H1.HeaderClassName
{
color: #FA993A;
}
.AnyTagClassName
{
color: #FA993A;
}
</style>
background-color css
<style>
a { background-color: #FA993A; }
a { background-color: rgb(250,153,58); }
div.DivClassName
{
background-color: #FA993A;
}
.BgClassName
{
background-color: #FA993A;
}
</style>
border-color css
<style>
span { border-color: #FA993A; }
span { border-color: rgb(250,153,58); }
td.TdClassName
{
border-color: #FA993A;
}
.TagClassName
{
border-color: #FA993A;
}
</style>