Shades of Carrot Orange #FA8928
Tints of Carrot Orange #FA8928
RGB
CMYK
RGB Variations
Color information
#FA8928 (or 0xFA8928) is known color: Carrot Orange. HEX triplet: FA, 89 and 28. RGB value is (250,137,40). Sum of RGB (Red+Green+Blue) = 250+137+40=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8928 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8928 is #0576D7. Grayscale: #A0A0A0. Windows color (decimal): -358104 or 2656762. OLE color: 2656762.
HSL color Cylindrical-coordinate representation of color #FA8928: hue angle of 27.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA8928 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 40 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.02 |
| HSL | 27.71º | 0.95% | 0.57% | - |
| HSV(B) | 27.71º | 0.84% | 0.98% | - |
| XYZ | 48.75 | 38.37 | 6.84 | - |
| YUV | 159.73 | 60.44 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 40 | 0 | 0.45 | 0.84 | 0.02 | 27.71 | 0.95 | 0.57 |
| Hex | FA | 89 | 28 | 0 | 2D | 54 | 2 | 1C | 5F | 39 |
| Octal | 372 | 211 | 50 | 0 | 55 | 124 | 2 | 34 | 137 | 71 |
| Binary | 11111010 | 10001001 | 101000 | 0 | 101101 | 1010100 | 10 | 11100 | 1011111 | 111001 |
Color Harmonies of #FA8928
Complementary color
Monochromatic Colors of #FA8928
Black with #FA8928
Text Example
Text Example
White with #FA8928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8928; }
p { color: rgb(250,137,40); }
H1.HeaderClassName
{
color: #FA8928;
}
.AnyTagClassName
{
color: #FA8928;
}
</style>
background-color css
<style>
a { background-color: #FA8928; }
a { background-color: rgb(250,137,40); }
div.DivClassName
{
background-color: #FA8928;
}
.BgClassName
{
background-color: #FA8928;
}
</style>
border-color css
<style>
span { border-color: #FA8928; }
span { border-color: rgb(250,137,40); }
td.TdClassName
{
border-color: #FA8928;
}
.TagClassName
{
border-color: #FA8928;
}
</style>