Shades of Neon Carrot #FA993C
Tints of Neon Carrot #FA993C
RGB
CMYK
RGB Variations
Color information
#FA993C (or 0xFA993C) is known color: Neon Carrot. HEX triplet: FA, 99 and 3C. RGB value is (250,153,60). Sum of RGB (Red+Green+Blue) = 250+153+60=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA993C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA993C is #0566C3. Grayscale: #ABABAB. Windows color (decimal): -353988 or 3971578. OLE color: 3971578.
HSL color Cylindrical-coordinate representation of color #FA993C: hue angle of 29.37º 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 #FA993C is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 60 | - |
| CMYK | 0 | 0.39 | 0.76 | 0.02 |
| HSL | 29.37º | 0.95% | 0.61% | - |
| HSV(B) | 29.37º | 0.76% | 0.98% | - |
| XYZ | 51.63 | 43.43 | 9.94 | - |
| YUV | 171.4 | 65.14 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 60 | 0 | 0.39 | 0.76 | 0.02 | 29.37 | 0.95 | 0.61 |
| Hex | FA | 99 | 3C | 0 | 27 | 4C | 2 | 1D | 5F | 3D |
| Octal | 372 | 231 | 74 | 0 | 47 | 114 | 2 | 35 | 137 | 75 |
| Binary | 11111010 | 10011001 | 111100 | 0 | 100111 | 1001100 | 10 | 11101 | 1011111 | 111101 |
Color Harmonies of #FA993C
Complementary color
Monochromatic Colors of #FA993C
Black with #FA993C
Text Example
Text Example
White with #FA993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA993C; }
p { color: rgb(250,153,60); }
H1.HeaderClassName
{
color: #FA993C;
}
.AnyTagClassName
{
color: #FA993C;
}
</style>
background-color css
<style>
a { background-color: #FA993C; }
a { background-color: rgb(250,153,60); }
div.DivClassName
{
background-color: #FA993C;
}
.BgClassName
{
background-color: #FA993C;
}
</style>
border-color css
<style>
span { border-color: #FA993C; }
span { border-color: rgb(250,153,60); }
td.TdClassName
{
border-color: #FA993C;
}
.TagClassName
{
border-color: #FA993C;
}
</style>