Shades of Carrot Orange #FA8C1C
Tints of Carrot Orange #FA8C1C
RGB
CMYK
RGB Variations
Color information
#FA8C1C (or 0xFA8C1C) is known color: Carrot Orange. HEX triplet: FA, 8C and 1C. RGB value is (250,140,28). Sum of RGB (Red+Green+Blue) = 250+140+28=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C1C is #0573E3. Grayscale: #A0A0A0. Windows color (decimal): -357348 or 1871098. OLE color: 1871098.
HSL color Cylindrical-coordinate representation of color #FA8C1C: hue angle of 30.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA8C1C is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 28 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.02 |
| HSL | 30.27º | 0.96% | 0.55% | - |
| HSV(B) | 30.27º | 0.89% | 0.98% | - |
| XYZ | 49.01 | 39.16 | 6.07 | - |
| YUV | 160.12 | 53.44 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 28 | 0 | 0.44 | 0.89 | 0.02 | 30.27 | 0.96 | 0.55 |
| Hex | FA | 8C | 1C | 0 | 2C | 59 | 2 | 1E | 60 | 37 |
| Octal | 372 | 214 | 34 | 0 | 54 | 131 | 2 | 36 | 140 | 67 |
| Binary | 11111010 | 10001100 | 11100 | 0 | 101100 | 1011001 | 10 | 11110 | 1100000 | 110111 |
Color Harmonies of #FA8C1C
Complementary color
Monochromatic Colors of #FA8C1C
Black with #FA8C1C
Text Example
Text Example
White with #FA8C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C1C; }
p { color: rgb(250,140,28); }
H1.HeaderClassName
{
color: #FA8C1C;
}
.AnyTagClassName
{
color: #FA8C1C;
}
</style>
background-color css
<style>
a { background-color: #FA8C1C; }
a { background-color: rgb(250,140,28); }
div.DivClassName
{
background-color: #FA8C1C;
}
.BgClassName
{
background-color: #FA8C1C;
}
</style>
border-color css
<style>
span { border-color: #FA8C1C; }
span { border-color: rgb(250,140,28); }
td.TdClassName
{
border-color: #FA8C1C;
}
.TagClassName
{
border-color: #FA8C1C;
}
</style>