Shades of Carrot Orange #FA8A1B
Tints of Carrot Orange #FA8A1B
RGB
CMYK
RGB Variations
Color information
#FA8A1B (or 0xFA8A1B) is known color: Carrot Orange. HEX triplet: FA, 8A and 1B. RGB value is (250,138,27). Sum of RGB (Red+Green+Blue) = 250+138+27=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8A1B is #0575E4. Grayscale: #9F9F9F. Windows color (decimal): -357861 or 1805050. OLE color: 1805050.
HSL color Cylindrical-coordinate representation of color #FA8A1B: hue angle of 29.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA8A1B is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 27 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.02 |
| HSL | 29.87º | 0.96% | 0.54% | - |
| HSV(B) | 29.87º | 0.89% | 0.98% | - |
| XYZ | 48.71 | 38.58 | 5.92 | - |
| YUV | 158.83 | 53.61 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 27 | 0 | 0.45 | 0.89 | 0.02 | 29.87 | 0.96 | 0.54 |
| Hex | FA | 8A | 1B | 0 | 2D | 59 | 2 | 1E | 60 | 36 |
| Octal | 372 | 212 | 33 | 0 | 55 | 131 | 2 | 36 | 140 | 66 |
| Binary | 11111010 | 10001010 | 11011 | 0 | 101101 | 1011001 | 10 | 11110 | 1100000 | 110110 |
Color Harmonies of #FA8A1B
Complementary color
Monochromatic Colors of #FA8A1B
Black with #FA8A1B
Text Example
Text Example
White with #FA8A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A1B; }
p { color: rgb(250,138,27); }
H1.HeaderClassName
{
color: #FA8A1B;
}
.AnyTagClassName
{
color: #FA8A1B;
}
</style>
background-color css
<style>
a { background-color: #FA8A1B; }
a { background-color: rgb(250,138,27); }
div.DivClassName
{
background-color: #FA8A1B;
}
.BgClassName
{
background-color: #FA8A1B;
}
</style>
border-color css
<style>
span { border-color: #FA8A1B; }
span { border-color: rgb(250,138,27); }
td.TdClassName
{
border-color: #FA8A1B;
}
.TagClassName
{
border-color: #FA8A1B;
}
</style>