Shades of Neon Carrot #FA972F
Tints of Neon Carrot #FA972F
RGB
CMYK
RGB Variations
Color information
#FA972F (or 0xFA972F) is known color: Neon Carrot. HEX triplet: FA, 97 and 2F. RGB value is (250,151,47). Sum of RGB (Red+Green+Blue) = 250+151+47=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA972F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA972F is #0568D0. Grayscale: #A9A9A9. Windows color (decimal): -354513 or 3119098. OLE color: 3119098.
HSL color Cylindrical-coordinate representation of color #FA972F: hue angle of 30.74º 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 #FA972F is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 47 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.02 |
| HSL | 30.74º | 0.95% | 0.58% | - |
| HSV(B) | 30.74º | 0.81% | 0.98% | - |
| XYZ | 51 | 42.66 | 8.24 | - |
| YUV | 168.75 | 59.3 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 47 | 0 | 0.40 | 0.81 | 0.02 | 30.74 | 0.95 | 0.58 |
| Hex | FA | 97 | 2F | 0 | 28 | 51 | 2 | 1F | 5F | 3A |
| Octal | 372 | 227 | 57 | 0 | 50 | 121 | 2 | 37 | 137 | 72 |
| Binary | 11111010 | 10010111 | 101111 | 0 | 101000 | 1010001 | 10 | 11111 | 1011111 | 111010 |
Color Harmonies of #FA972F
Complementary color
Monochromatic Colors of #FA972F
Black with #FA972F
Text Example
Text Example
White with #FA972F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA972F; }
p { color: rgb(250,151,47); }
H1.HeaderClassName
{
color: #FA972F;
}
.AnyTagClassName
{
color: #FA972F;
}
</style>
background-color css
<style>
a { background-color: #FA972F; }
a { background-color: rgb(250,151,47); }
div.DivClassName
{
background-color: #FA972F;
}
.BgClassName
{
background-color: #FA972F;
}
</style>
border-color css
<style>
span { border-color: #FA972F; }
span { border-color: rgb(250,151,47); }
td.TdClassName
{
border-color: #FA972F;
}
.TagClassName
{
border-color: #FA972F;
}
</style>