Shades of Carrot Orange #FA901C
Tints of Carrot Orange #FA901C
RGB
CMYK
RGB Variations
Color information
#FA901C (or 0xFA901C) is known color: Carrot Orange. HEX triplet: FA, 90 and 1C. RGB value is (250,144,28). Sum of RGB (Red+Green+Blue) = 250+144+28=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA901C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA901C is #056FE3. Grayscale: #A3A3A3. Windows color (decimal): -356324 or 1872122. OLE color: 1872122.
HSL color Cylindrical-coordinate representation of color #FA901C: hue angle of 31.35º 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 #FA901C is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 28 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.02 |
| HSL | 31.35º | 0.96% | 0.55% | - |
| HSV(B) | 31.35º | 0.89% | 0.98% | - |
| XYZ | 49.61 | 40.35 | 6.27 | - |
| YUV | 162.47 | 52.12 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 28 | 0 | 0.42 | 0.89 | 0.02 | 31.35 | 0.96 | 0.55 |
| Hex | FA | 90 | 1C | 0 | 2A | 59 | 2 | 1F | 60 | 37 |
| Octal | 372 | 220 | 34 | 0 | 52 | 131 | 2 | 37 | 140 | 67 |
| Binary | 11111010 | 10010000 | 11100 | 0 | 101010 | 1011001 | 10 | 11111 | 1100000 | 110111 |
Color Harmonies of #FA901C
Complementary color
Monochromatic Colors of #FA901C
Black with #FA901C
Text Example
Text Example
White with #FA901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA901C; }
p { color: rgb(250,144,28); }
H1.HeaderClassName
{
color: #FA901C;
}
.AnyTagClassName
{
color: #FA901C;
}
</style>
background-color css
<style>
a { background-color: #FA901C; }
a { background-color: rgb(250,144,28); }
div.DivClassName
{
background-color: #FA901C;
}
.BgClassName
{
background-color: #FA901C;
}
</style>
border-color css
<style>
span { border-color: #FA901C; }
span { border-color: rgb(250,144,28); }
td.TdClassName
{
border-color: #FA901C;
}
.TagClassName
{
border-color: #FA901C;
}
</style>