Shades of Neon Carrot #FA8E2F
Tints of Neon Carrot #FA8E2F
RGB
CMYK
RGB Variations
Color information
#FA8E2F (or 0xFA8E2F) is known color: Neon Carrot. HEX triplet: FA, 8E and 2F. RGB value is (250,142,47). Sum of RGB (Red+Green+Blue) = 250+142+47=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8E2F is #0571D0. Grayscale: #A3A3A3. Windows color (decimal): -356817 or 3116794. OLE color: 3116794.
HSL color Cylindrical-coordinate representation of color #FA8E2F: hue angle of 28.08º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA8E2F is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 47 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.02 |
| HSL | 28.08º | 0.95% | 0.58% | - |
| HSV(B) | 28.08º | 0.81% | 0.98% | - |
| XYZ | 49.61 | 39.88 | 7.77 | - |
| YUV | 163.46 | 62.28 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 47 | 0 | 0.43 | 0.81 | 0.02 | 28.08 | 0.95 | 0.58 |
| Hex | FA | 8E | 2F | 0 | 2B | 51 | 2 | 1C | 5F | 3A |
| Octal | 372 | 216 | 57 | 0 | 53 | 121 | 2 | 34 | 137 | 72 |
| Binary | 11111010 | 10001110 | 101111 | 0 | 101011 | 1010001 | 10 | 11100 | 1011111 | 111010 |
Color Harmonies of #FA8E2F
Complementary color
Monochromatic Colors of #FA8E2F
Black with #FA8E2F
Text Example
Text Example
White with #FA8E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8E2F; }
p { color: rgb(250,142,47); }
H1.HeaderClassName
{
color: #FA8E2F;
}
.AnyTagClassName
{
color: #FA8E2F;
}
</style>
background-color css
<style>
a { background-color: #FA8E2F; }
a { background-color: rgb(250,142,47); }
div.DivClassName
{
background-color: #FA8E2F;
}
.BgClassName
{
background-color: #FA8E2F;
}
</style>
border-color css
<style>
span { border-color: #FA8E2F; }
span { border-color: rgb(250,142,47); }
td.TdClassName
{
border-color: #FA8E2F;
}
.TagClassName
{
border-color: #FA8E2F;
}
</style>