Shades of Neon Carrot #FA9128
Tints of Neon Carrot #FA9128
RGB
CMYK
RGB Variations
Color information
#FA9128 (or 0xFA9128) is known color: Neon Carrot. HEX triplet: FA, 91 and 28. RGB value is (250,145,40). Sum of RGB (Red+Green+Blue) = 250+145+40=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9128 is #056ED7. Grayscale: #A4A4A4. Windows color (decimal): -356056 or 2658810. OLE color: 2658810.
HSL color Cylindrical-coordinate representation of color #FA9128: hue angle of 30º 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 #FA9128 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 40 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.02 |
| HSL | 30º | 0.95% | 0.57% | - |
| HSV(B) | 30º | 0.84% | 0.98% | - |
| XYZ | 49.93 | 40.73 | 7.24 | - |
| YUV | 164.43 | 57.79 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 40 | 0 | 0.42 | 0.84 | 0.02 | 30 | 0.95 | 0.57 |
| Hex | FA | 91 | 28 | 0 | 2A | 54 | 2 | 1E | 5F | 39 |
| Octal | 372 | 221 | 50 | 0 | 52 | 124 | 2 | 36 | 137 | 71 |
| Binary | 11111010 | 10010001 | 101000 | 0 | 101010 | 1010100 | 10 | 11110 | 1011111 | 111001 |
Color Harmonies of #FA9128
Complementary color
Monochromatic Colors of #FA9128
Black with #FA9128
Text Example
Text Example
White with #FA9128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9128; }
p { color: rgb(250,145,40); }
H1.HeaderClassName
{
color: #FA9128;
}
.AnyTagClassName
{
color: #FA9128;
}
</style>
background-color css
<style>
a { background-color: #FA9128; }
a { background-color: rgb(250,145,40); }
div.DivClassName
{
background-color: #FA9128;
}
.BgClassName
{
background-color: #FA9128;
}
</style>
border-color css
<style>
span { border-color: #FA9128; }
span { border-color: rgb(250,145,40); }
td.TdClassName
{
border-color: #FA9128;
}
.TagClassName
{
border-color: #FA9128;
}
</style>