Shades of Carrot Orange #FA9A1D
Tints of Carrot Orange #FA9A1D
RGB
CMYK
RGB Variations
Color information
#FA9A1D (or 0xFA9A1D) is known color: Carrot Orange. HEX triplet: FA, 9A and 1D. RGB value is (250,154,29). Sum of RGB (Red+Green+Blue) = 250+154+29=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9A1D is #0565E2. Grayscale: #A9A9A9. Windows color (decimal): -353763 or 1940218. OLE color: 1940218.
HSL color Cylindrical-coordinate representation of color #FA9A1D: hue angle of 33.94º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA9A1D is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 29 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.02 |
| HSL | 33.94º | 0.96% | 0.55% | - |
| HSV(B) | 33.94º | 0.88% | 0.98% | - |
| XYZ | 51.2 | 43.52 | 6.86 | - |
| YUV | 168.45 | 49.3 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 29 | 0 | 0.38 | 0.88 | 0.02 | 33.94 | 0.96 | 0.55 |
| Hex | FA | 9A | 1D | 0 | 26 | 58 | 2 | 22 | 60 | 37 |
| Octal | 372 | 232 | 35 | 0 | 46 | 130 | 2 | 42 | 140 | 67 |
| Binary | 11111010 | 10011010 | 11101 | 0 | 100110 | 1011000 | 10 | 100010 | 1100000 | 110111 |
Color Harmonies of #FA9A1D
Complementary color
Monochromatic Colors of #FA9A1D
Black with #FA9A1D
Text Example
Text Example
White with #FA9A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9A1D; }
p { color: rgb(250,154,29); }
H1.HeaderClassName
{
color: #FA9A1D;
}
.AnyTagClassName
{
color: #FA9A1D;
}
</style>
background-color css
<style>
a { background-color: #FA9A1D; }
a { background-color: rgb(250,154,29); }
div.DivClassName
{
background-color: #FA9A1D;
}
.BgClassName
{
background-color: #FA9A1D;
}
</style>
border-color css
<style>
span { border-color: #FA9A1D; }
span { border-color: rgb(250,154,29); }
td.TdClassName
{
border-color: #FA9A1D;
}
.TagClassName
{
border-color: #FA9A1D;
}
</style>