Shades of Neon Carrot #FA932C
Tints of Neon Carrot #FA932C
RGB
CMYK
RGB Variations
Color information
#FA932C (or 0xFA932C) is known color: Neon Carrot. HEX triplet: FA, 93 and 2C. RGB value is (250,147,44). Sum of RGB (Red+Green+Blue) = 250+147+44=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA932C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA932C is #056CD3. Grayscale: #A6A6A6. Windows color (decimal): -355540 or 2921466. OLE color: 2921466.
HSL color Cylindrical-coordinate representation of color #FA932C: hue angle of 30º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA932C is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 44 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.02 |
| HSL | 30º | 0.95% | 0.58% | - |
| HSV(B) | 30º | 0.82% | 0.98% | - |
| XYZ | 50.31 | 41.37 | 7.72 | - |
| YUV | 166.06 | 59.12 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 44 | 0 | 0.41 | 0.82 | 0.02 | 30 | 0.95 | 0.58 |
| Hex | FA | 93 | 2C | 0 | 29 | 52 | 2 | 1E | 5F | 3A |
| Octal | 372 | 223 | 54 | 0 | 51 | 122 | 2 | 36 | 137 | 72 |
| Binary | 11111010 | 10010011 | 101100 | 0 | 101001 | 1010010 | 10 | 11110 | 1011111 | 111010 |
Color Harmonies of #FA932C
Complementary color
Monochromatic Colors of #FA932C
Black with #FA932C
Text Example
Text Example
White with #FA932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA932C; }
p { color: rgb(250,147,44); }
H1.HeaderClassName
{
color: #FA932C;
}
.AnyTagClassName
{
color: #FA932C;
}
</style>
background-color css
<style>
a { background-color: #FA932C; }
a { background-color: rgb(250,147,44); }
div.DivClassName
{
background-color: #FA932C;
}
.BgClassName
{
background-color: #FA932C;
}
</style>
border-color css
<style>
span { border-color: #FA932C; }
span { border-color: rgb(250,147,44); }
td.TdClassName
{
border-color: #FA932C;
}
.TagClassName
{
border-color: #FA932C;
}
</style>