Shades of Neon Carrot #FA9C2C
Tints of Neon Carrot #FA9C2C
RGB
CMYK
RGB Variations
Color information
#FA9C2C (or 0xFA9C2C) is known color: Neon Carrot. HEX triplet: FA, 9C and 2C. RGB value is (250,156,44). Sum of RGB (Red+Green+Blue) = 250+156+44=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9C2C is #0563D3. Grayscale: #ABABAB. Windows color (decimal): -353236 or 2923770. OLE color: 2923770.
HSL color Cylindrical-coordinate representation of color #FA9C2C: hue angle of 32.62º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA9C2C is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 44 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.02 |
| HSL | 32.62º | 0.95% | 0.58% | - |
| HSV(B) | 32.62º | 0.82% | 0.98% | - |
| XYZ | 51.77 | 44.28 | 8.2 | - |
| YUV | 171.34 | 56.14 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 44 | 0 | 0.38 | 0.82 | 0.02 | 32.62 | 0.95 | 0.58 |
| Hex | FA | 9C | 2C | 0 | 26 | 52 | 2 | 21 | 5F | 3A |
| Octal | 372 | 234 | 54 | 0 | 46 | 122 | 2 | 41 | 137 | 72 |
| Binary | 11111010 | 10011100 | 101100 | 0 | 100110 | 1010010 | 10 | 100001 | 1011111 | 111010 |
Color Harmonies of #FA9C2C
Complementary color
Monochromatic Colors of #FA9C2C
Black with #FA9C2C
Text Example
Text Example
White with #FA9C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9C2C; }
p { color: rgb(250,156,44); }
H1.HeaderClassName
{
color: #FA9C2C;
}
.AnyTagClassName
{
color: #FA9C2C;
}
</style>
background-color css
<style>
a { background-color: #FA9C2C; }
a { background-color: rgb(250,156,44); }
div.DivClassName
{
background-color: #FA9C2C;
}
.BgClassName
{
background-color: #FA9C2C;
}
</style>
border-color css
<style>
span { border-color: #FA9C2C; }
span { border-color: rgb(250,156,44); }
td.TdClassName
{
border-color: #FA9C2C;
}
.TagClassName
{
border-color: #FA9C2C;
}
</style>