Shades of Carrot Orange #FA971B
Tints of Carrot Orange #FA971B
RGB
CMYK
RGB Variations
Color information
#FA971B (or 0xFA971B) is known color: Carrot Orange. HEX triplet: FA, 97 and 1B. RGB value is (250,151,27). Sum of RGB (Red+Green+Blue) = 250+151+27=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA971B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA971B is #0568E4. Grayscale: #A7A7A7. Windows color (decimal): -354533 or 1808378. OLE color: 1808378.
HSL color Cylindrical-coordinate representation of color #FA971B: hue angle of 33.36º 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 #FA971B is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 27 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.02 |
| HSL | 33.36º | 0.96% | 0.54% | - |
| HSV(B) | 33.36º | 0.89% | 0.98% | - |
| XYZ | 50.69 | 42.54 | 6.58 | - |
| YUV | 166.47 | 49.3 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 27 | 0 | 0.40 | 0.89 | 0.02 | 33.36 | 0.96 | 0.54 |
| Hex | FA | 97 | 1B | 0 | 28 | 59 | 2 | 21 | 60 | 36 |
| Octal | 372 | 227 | 33 | 0 | 50 | 131 | 2 | 41 | 140 | 66 |
| Binary | 11111010 | 10010111 | 11011 | 0 | 101000 | 1011001 | 10 | 100001 | 1100000 | 110110 |
Color Harmonies of #FA971B
Complementary color
Monochromatic Colors of #FA971B
Black with #FA971B
Text Example
Text Example
White with #FA971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA971B; }
p { color: rgb(250,151,27); }
H1.HeaderClassName
{
color: #FA971B;
}
.AnyTagClassName
{
color: #FA971B;
}
</style>
background-color css
<style>
a { background-color: #FA971B; }
a { background-color: rgb(250,151,27); }
div.DivClassName
{
background-color: #FA971B;
}
.BgClassName
{
background-color: #FA971B;
}
</style>
border-color css
<style>
span { border-color: #FA971B; }
span { border-color: rgb(250,151,27); }
td.TdClassName
{
border-color: #FA971B;
}
.TagClassName
{
border-color: #FA971B;
}
</style>