Shades of Carrot Orange #FA911C
Tints of Carrot Orange #FA911C
RGB
CMYK
RGB Variations
Color information
#FA911C (or 0xFA911C) is known color: Carrot Orange. HEX triplet: FA, 91 and 1C. RGB value is (250,145,28). Sum of RGB (Red+Green+Blue) = 250+145+28=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA911C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA911C is #056EE3. Grayscale: #A3A3A3. Windows color (decimal): -356068 or 1872378. OLE color: 1872378.
HSL color Cylindrical-coordinate representation of color #FA911C: hue angle of 31.62º 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 #FA911C is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 28 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.02 |
| HSL | 31.62º | 0.96% | 0.55% | - |
| HSV(B) | 31.62º | 0.89% | 0.98% | - |
| XYZ | 49.76 | 40.66 | 6.32 | - |
| YUV | 163.06 | 51.79 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 28 | 0 | 0.42 | 0.89 | 0.02 | 31.62 | 0.96 | 0.55 |
| Hex | FA | 91 | 1C | 0 | 2A | 59 | 2 | 20 | 60 | 37 |
| Octal | 372 | 221 | 34 | 0 | 52 | 131 | 2 | 40 | 140 | 67 |
| Binary | 11111010 | 10010001 | 11100 | 0 | 101010 | 1011001 | 10 | 100000 | 1100000 | 110111 |
Color Harmonies of #FA911C
Complementary color
Monochromatic Colors of #FA911C
Black with #FA911C
Text Example
Text Example
White with #FA911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA911C; }
p { color: rgb(250,145,28); }
H1.HeaderClassName
{
color: #FA911C;
}
.AnyTagClassName
{
color: #FA911C;
}
</style>
background-color css
<style>
a { background-color: #FA911C; }
a { background-color: rgb(250,145,28); }
div.DivClassName
{
background-color: #FA911C;
}
.BgClassName
{
background-color: #FA911C;
}
</style>
border-color css
<style>
span { border-color: #FA911C; }
span { border-color: rgb(250,145,28); }
td.TdClassName
{
border-color: #FA911C;
}
.TagClassName
{
border-color: #FA911C;
}
</style>