Shades of Carrot Orange #FA9A1B
Tints of Carrot Orange #FA9A1B
RGB
CMYK
RGB Variations
Color information
#FA9A1B (or 0xFA9A1B) is known color: Carrot Orange. HEX triplet: FA, 9A and 1B. RGB value is (250,154,27). Sum of RGB (Red+Green+Blue) = 250+154+27=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9A1B is #0565E4. Grayscale: #A8A8A8. Windows color (decimal): -353765 or 1809146. OLE color: 1809146.
HSL color Cylindrical-coordinate representation of color #FA9A1B: hue angle of 34.17º 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 #FA9A1B is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 27 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.02 |
| HSL | 34.17º | 0.96% | 0.54% | - |
| HSV(B) | 34.17º | 0.89% | 0.98% | - |
| XYZ | 51.18 | 43.51 | 6.74 | - |
| YUV | 168.23 | 48.3 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 27 | 0 | 0.38 | 0.89 | 0.02 | 34.17 | 0.96 | 0.54 |
| Hex | FA | 9A | 1B | 0 | 26 | 59 | 2 | 22 | 60 | 36 |
| Octal | 372 | 232 | 33 | 0 | 46 | 131 | 2 | 42 | 140 | 66 |
| Binary | 11111010 | 10011010 | 11011 | 0 | 100110 | 1011001 | 10 | 100010 | 1100000 | 110110 |
Color Harmonies of #FA9A1B
Complementary color
Monochromatic Colors of #FA9A1B
Black with #FA9A1B
Text Example
Text Example
White with #FA9A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9A1B; }
p { color: rgb(250,154,27); }
H1.HeaderClassName
{
color: #FA9A1B;
}
.AnyTagClassName
{
color: #FA9A1B;
}
</style>
background-color css
<style>
a { background-color: #FA9A1B; }
a { background-color: rgb(250,154,27); }
div.DivClassName
{
background-color: #FA9A1B;
}
.BgClassName
{
background-color: #FA9A1B;
}
</style>
border-color css
<style>
span { border-color: #FA9A1B; }
span { border-color: rgb(250,154,27); }
td.TdClassName
{
border-color: #FA9A1B;
}
.TagClassName
{
border-color: #FA9A1B;
}
</style>