Shades of Neon Carrot #FA973D
Tints of Neon Carrot #FA973D
RGB
CMYK
RGB Variations
Color information
#FA973D (or 0xFA973D) is known color: Neon Carrot. HEX triplet: FA, 97 and 3D. RGB value is (250,151,61). Sum of RGB (Red+Green+Blue) = 250+151+61=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA973D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA973D is #0568C2. Grayscale: #AAAAAA. Windows color (decimal): -354499 or 4036602. OLE color: 4036602.
HSL color Cylindrical-coordinate representation of color #FA973D: hue angle of 28.57º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA973D is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 61 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.02 |
| HSL | 28.57º | 0.95% | 0.61% | - |
| HSV(B) | 28.57º | 0.76% | 0.98% | - |
| XYZ | 51.33 | 42.79 | 9.97 | - |
| YUV | 170.34 | 66.3 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 61 | 0 | 0.40 | 0.76 | 0.02 | 28.57 | 0.95 | 0.61 |
| Hex | FA | 97 | 3D | 0 | 28 | 4C | 2 | 1D | 5F | 3D |
| Octal | 372 | 227 | 75 | 0 | 50 | 114 | 2 | 35 | 137 | 75 |
| Binary | 11111010 | 10010111 | 111101 | 0 | 101000 | 1001100 | 10 | 11101 | 1011111 | 111101 |
Color Harmonies of #FA973D
Complementary color
Monochromatic Colors of #FA973D
Black with #FA973D
Text Example
Text Example
White with #FA973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA973D; }
p { color: rgb(250,151,61); }
H1.HeaderClassName
{
color: #FA973D;
}
.AnyTagClassName
{
color: #FA973D;
}
</style>
background-color css
<style>
a { background-color: #FA973D; }
a { background-color: rgb(250,151,61); }
div.DivClassName
{
background-color: #FA973D;
}
.BgClassName
{
background-color: #FA973D;
}
</style>
border-color css
<style>
span { border-color: #FA973D; }
span { border-color: rgb(250,151,61); }
td.TdClassName
{
border-color: #FA973D;
}
.TagClassName
{
border-color: #FA973D;
}
</style>