Shades of Neon Carrot #FA8E2A
Tints of Neon Carrot #FA8E2A
RGB
CMYK
RGB Variations
Color information
#FA8E2A (or 0xFA8E2A) is known color: Neon Carrot. HEX triplet: FA, 8E and 2A. RGB value is (250,142,42). Sum of RGB (Red+Green+Blue) = 250+142+42=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8E2A is #0571D5. Grayscale: #A3A3A3. Windows color (decimal): -356822 or 2789114. OLE color: 2789114.
HSL color Cylindrical-coordinate representation of color #FA8E2A: hue angle of 28.85º 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 #FA8E2A is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 42 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.02 |
| HSL | 28.85º | 0.95% | 0.57% | - |
| HSV(B) | 28.85º | 0.83% | 0.98% | - |
| XYZ | 49.52 | 39.84 | 7.27 | - |
| YUV | 162.89 | 59.78 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 42 | 0 | 0.43 | 0.83 | 0.02 | 28.85 | 0.95 | 0.57 |
| Hex | FA | 8E | 2A | 0 | 2B | 53 | 2 | 1D | 5F | 39 |
| Octal | 372 | 216 | 52 | 0 | 53 | 123 | 2 | 35 | 137 | 71 |
| Binary | 11111010 | 10001110 | 101010 | 0 | 101011 | 1010011 | 10 | 11101 | 1011111 | 111001 |
Color Harmonies of #FA8E2A
Complementary color
Monochromatic Colors of #FA8E2A
Black with #FA8E2A
Text Example
Text Example
White with #FA8E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8E2A; }
p { color: rgb(250,142,42); }
H1.HeaderClassName
{
color: #FA8E2A;
}
.AnyTagClassName
{
color: #FA8E2A;
}
</style>
background-color css
<style>
a { background-color: #FA8E2A; }
a { background-color: rgb(250,142,42); }
div.DivClassName
{
background-color: #FA8E2A;
}
.BgClassName
{
background-color: #FA8E2A;
}
</style>
border-color css
<style>
span { border-color: #FA8E2A; }
span { border-color: rgb(250,142,42); }
td.TdClassName
{
border-color: #FA8E2A;
}
.TagClassName
{
border-color: #FA8E2A;
}
</style>