Shades of Neon Carrot #FA9C2F
Tints of Neon Carrot #FA9C2F
RGB
CMYK
RGB Variations
Color information
#FA9C2F (or 0xFA9C2F) is known color: Neon Carrot. HEX triplet: FA, 9C and 2F. RGB value is (250,156,47). Sum of RGB (Red+Green+Blue) = 250+156+47=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9C2F is #0563D0. Grayscale: #ACACAC. Windows color (decimal): -353233 or 3120378. OLE color: 3120378.
HSL color Cylindrical-coordinate representation of color #FA9C2F: hue angle of 32.22º 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 #FA9C2F is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 47 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.02 |
| HSL | 32.22º | 0.95% | 0.58% | - |
| HSV(B) | 32.22º | 0.81% | 0.98% | - |
| XYZ | 51.83 | 44.31 | 8.51 | - |
| YUV | 171.68 | 57.64 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 47 | 0 | 0.38 | 0.81 | 0.02 | 32.22 | 0.95 | 0.58 |
| Hex | FA | 9C | 2F | 0 | 26 | 51 | 2 | 20 | 5F | 3A |
| Octal | 372 | 234 | 57 | 0 | 46 | 121 | 2 | 40 | 137 | 72 |
| Binary | 11111010 | 10011100 | 101111 | 0 | 100110 | 1010001 | 10 | 100000 | 1011111 | 111010 |
Color Harmonies of #FA9C2F
Complementary color
Monochromatic Colors of #FA9C2F
Black with #FA9C2F
Text Example
Text Example
White with #FA9C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9C2F; }
p { color: rgb(250,156,47); }
H1.HeaderClassName
{
color: #FA9C2F;
}
.AnyTagClassName
{
color: #FA9C2F;
}
</style>
background-color css
<style>
a { background-color: #FA9C2F; }
a { background-color: rgb(250,156,47); }
div.DivClassName
{
background-color: #FA9C2F;
}
.BgClassName
{
background-color: #FA9C2F;
}
</style>
border-color css
<style>
span { border-color: #FA9C2F; }
span { border-color: rgb(250,156,47); }
td.TdClassName
{
border-color: #FA9C2F;
}
.TagClassName
{
border-color: #FA9C2F;
}
</style>