Shades of Neon Carrot #FA952F
Tints of Neon Carrot #FA952F
RGB
CMYK
RGB Variations
Color information
#FA952F (or 0xFA952F) is known color: Neon Carrot. HEX triplet: FA, 95 and 2F. RGB value is (250,149,47). Sum of RGB (Red+Green+Blue) = 250+149+47=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA952F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA952F is #056AD0. Grayscale: #A8A8A8. Windows color (decimal): -355025 or 3118586. OLE color: 3118586.
HSL color Cylindrical-coordinate representation of color #FA952F: hue angle of 30.15º 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 #FA952F is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 47 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.02 |
| HSL | 30.15º | 0.95% | 0.58% | - |
| HSV(B) | 30.15º | 0.81% | 0.98% | - |
| XYZ | 50.68 | 42.02 | 8.13 | - |
| YUV | 167.57 | 59.96 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 47 | 0 | 0.40 | 0.81 | 0.02 | 30.15 | 0.95 | 0.58 |
| Hex | FA | 95 | 2F | 0 | 28 | 51 | 2 | 1E | 5F | 3A |
| Octal | 372 | 225 | 57 | 0 | 50 | 121 | 2 | 36 | 137 | 72 |
| Binary | 11111010 | 10010101 | 101111 | 0 | 101000 | 1010001 | 10 | 11110 | 1011111 | 111010 |
Color Harmonies of #FA952F
Complementary color
Monochromatic Colors of #FA952F
Black with #FA952F
Text Example
Text Example
White with #FA952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA952F; }
p { color: rgb(250,149,47); }
H1.HeaderClassName
{
color: #FA952F;
}
.AnyTagClassName
{
color: #FA952F;
}
</style>
background-color css
<style>
a { background-color: #FA952F; }
a { background-color: rgb(250,149,47); }
div.DivClassName
{
background-color: #FA952F;
}
.BgClassName
{
background-color: #FA952F;
}
</style>
border-color css
<style>
span { border-color: #FA952F; }
span { border-color: rgb(250,149,47); }
td.TdClassName
{
border-color: #FA952F;
}
.TagClassName
{
border-color: #FA952F;
}
</style>