Shades of Carrot Orange #FA8527
Tints of Carrot Orange #FA8527
RGB
CMYK
RGB Variations
Color information
#FA8527 (or 0xFA8527) is known color: Carrot Orange. HEX triplet: FA, 85 and 27. RGB value is (250,133,39). Sum of RGB (Red+Green+Blue) = 250+133+39=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8527 is #057AD8. Grayscale: #9D9D9D. Windows color (decimal): -359129 or 2590202. OLE color: 2590202.
HSL color Cylindrical-coordinate representation of color #FA8527: hue angle of 26.73º 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 #FA8527 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 39 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.02 |
| HSL | 26.73º | 0.95% | 0.57% | - |
| HSV(B) | 26.73º | 0.84% | 0.98% | - |
| XYZ | 48.18 | 37.25 | 6.57 | - |
| YUV | 157.27 | 61.26 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 39 | 0 | 0.47 | 0.84 | 0.02 | 26.73 | 0.95 | 0.57 |
| Hex | FA | 85 | 27 | 0 | 2F | 54 | 2 | 1B | 5F | 39 |
| Octal | 372 | 205 | 47 | 0 | 57 | 124 | 2 | 33 | 137 | 71 |
| Binary | 11111010 | 10000101 | 100111 | 0 | 101111 | 1010100 | 10 | 11011 | 1011111 | 111001 |
Color Harmonies of #FA8527
Complementary color
Monochromatic Colors of #FA8527
Black with #FA8527
Text Example
Text Example
White with #FA8527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8527; }
p { color: rgb(250,133,39); }
H1.HeaderClassName
{
color: #FA8527;
}
.AnyTagClassName
{
color: #FA8527;
}
</style>
background-color css
<style>
a { background-color: #FA8527; }
a { background-color: rgb(250,133,39); }
div.DivClassName
{
background-color: #FA8527;
}
.BgClassName
{
background-color: #FA8527;
}
</style>
border-color css
<style>
span { border-color: #FA8527; }
span { border-color: rgb(250,133,39); }
td.TdClassName
{
border-color: #FA8527;
}
.TagClassName
{
border-color: #FA8527;
}
</style>