Shades of Neon Carrot #FA8C2B
Tints of Neon Carrot #FA8C2B
RGB
CMYK
RGB Variations
Color information
#FA8C2B (or 0xFA8C2B) is known color: Neon Carrot. HEX triplet: FA, 8C and 2B. RGB value is (250,140,43). Sum of RGB (Red+Green+Blue) = 250+140+43=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C2B is #0573D4. Grayscale: #A2A2A2. Windows color (decimal): -357333 or 2854138. OLE color: 2854138.
HSL color Cylindrical-coordinate representation of color #FA8C2B: hue angle of 28.12º 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 #FA8C2B is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 43 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.02 |
| HSL | 28.12º | 0.95% | 0.57% | - |
| HSV(B) | 28.12º | 0.83% | 0.98% | - |
| XYZ | 49.24 | 39.25 | 7.27 | - |
| YUV | 161.83 | 60.94 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 43 | 0 | 0.44 | 0.83 | 0.02 | 28.12 | 0.95 | 0.57 |
| Hex | FA | 8C | 2B | 0 | 2C | 53 | 2 | 1C | 5F | 39 |
| Octal | 372 | 214 | 53 | 0 | 54 | 123 | 2 | 34 | 137 | 71 |
| Binary | 11111010 | 10001100 | 101011 | 0 | 101100 | 1010011 | 10 | 11100 | 1011111 | 111001 |
Color Harmonies of #FA8C2B
Complementary color
Monochromatic Colors of #FA8C2B
Black with #FA8C2B
Text Example
Text Example
White with #FA8C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C2B; }
p { color: rgb(250,140,43); }
H1.HeaderClassName
{
color: #FA8C2B;
}
.AnyTagClassName
{
color: #FA8C2B;
}
</style>
background-color css
<style>
a { background-color: #FA8C2B; }
a { background-color: rgb(250,140,43); }
div.DivClassName
{
background-color: #FA8C2B;
}
.BgClassName
{
background-color: #FA8C2B;
}
</style>
border-color css
<style>
span { border-color: #FA8C2B; }
span { border-color: rgb(250,140,43); }
td.TdClassName
{
border-color: #FA8C2B;
}
.TagClassName
{
border-color: #FA8C2B;
}
</style>