Shades of Neon Carrot #FA8B2A
Tints of Neon Carrot #FA8B2A
RGB
CMYK
RGB Variations
Color information
#FA8B2A (or 0xFA8B2A) is known color: Neon Carrot. HEX triplet: FA, 8B and 2A. RGB value is (250,139,42). Sum of RGB (Red+Green+Blue) = 250+139+42=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8B2A is #0574D5. Grayscale: #A1A1A1. Windows color (decimal): -357590 or 2788346. OLE color: 2788346.
HSL color Cylindrical-coordinate representation of color #FA8B2A: hue angle of 27.98º 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 #FA8B2A is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 42 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.02 |
| HSL | 27.98º | 0.95% | 0.57% | - |
| HSV(B) | 27.98º | 0.83% | 0.98% | - |
| XYZ | 49.07 | 38.96 | 7.12 | - |
| YUV | 161.13 | 60.77 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 42 | 0 | 0.44 | 0.83 | 0.02 | 27.98 | 0.95 | 0.57 |
| Hex | FA | 8B | 2A | 0 | 2C | 53 | 2 | 1C | 5F | 39 |
| Octal | 372 | 213 | 52 | 0 | 54 | 123 | 2 | 34 | 137 | 71 |
| Binary | 11111010 | 10001011 | 101010 | 0 | 101100 | 1010011 | 10 | 11100 | 1011111 | 111001 |
Color Harmonies of #FA8B2A
Complementary color
Monochromatic Colors of #FA8B2A
Black with #FA8B2A
Text Example
Text Example
White with #FA8B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8B2A; }
p { color: rgb(250,139,42); }
H1.HeaderClassName
{
color: #FA8B2A;
}
.AnyTagClassName
{
color: #FA8B2A;
}
</style>
background-color css
<style>
a { background-color: #FA8B2A; }
a { background-color: rgb(250,139,42); }
div.DivClassName
{
background-color: #FA8B2A;
}
.BgClassName
{
background-color: #FA8B2A;
}
</style>
border-color css
<style>
span { border-color: #FA8B2A; }
span { border-color: rgb(250,139,42); }
td.TdClassName
{
border-color: #FA8B2A;
}
.TagClassName
{
border-color: #FA8B2A;
}
</style>