Shades of Neon Carrot #FA8F28
Tints of Neon Carrot #FA8F28
RGB
CMYK
RGB Variations
Color information
#FA8F28 (or 0xFA8F28) is known color: Neon Carrot. HEX triplet: FA, 8F and 28. RGB value is (250,143,40). Sum of RGB (Red+Green+Blue) = 250+143+40=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F28 is #0570D7. Grayscale: #A3A3A3. Windows color (decimal): -356568 or 2658298. OLE color: 2658298.
HSL color Cylindrical-coordinate representation of color #FA8F28: hue angle of 29.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA8F28 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 40 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.02 |
| HSL | 29.43º | 0.95% | 0.57% | - |
| HSV(B) | 29.43º | 0.84% | 0.98% | - |
| XYZ | 49.63 | 40.12 | 7.14 | - |
| YUV | 163.25 | 58.45 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 40 | 0 | 0.43 | 0.84 | 0.02 | 29.43 | 0.95 | 0.57 |
| Hex | FA | 8F | 28 | 0 | 2B | 54 | 2 | 1D | 5F | 39 |
| Octal | 372 | 217 | 50 | 0 | 53 | 124 | 2 | 35 | 137 | 71 |
| Binary | 11111010 | 10001111 | 101000 | 0 | 101011 | 1010100 | 10 | 11101 | 1011111 | 111001 |
Color Harmonies of #FA8F28
Complementary color
Monochromatic Colors of #FA8F28
Black with #FA8F28
Text Example
Text Example
White with #FA8F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F28; }
p { color: rgb(250,143,40); }
H1.HeaderClassName
{
color: #FA8F28;
}
.AnyTagClassName
{
color: #FA8F28;
}
</style>
background-color css
<style>
a { background-color: #FA8F28; }
a { background-color: rgb(250,143,40); }
div.DivClassName
{
background-color: #FA8F28;
}
.BgClassName
{
background-color: #FA8F28;
}
</style>
border-color css
<style>
span { border-color: #FA8F28; }
span { border-color: rgb(250,143,40); }
td.TdClassName
{
border-color: #FA8F28;
}
.TagClassName
{
border-color: #FA8F28;
}
</style>