Shades of Carrot Orange #F9851E
Tints of Carrot Orange #F9851E
RGB
CMYK
RGB Variations
Color information
#F9851E (or 0xF9851E) is known color: Carrot Orange. HEX triplet: F9, 85 and 1E. RGB value is (249,133,30). Sum of RGB (Red+Green+Blue) = 249+133+30=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F9851E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9851E is #067AE1. Grayscale: #9C9C9C. Windows color (decimal): -424674 or 2000377. OLE color: 2000377.
HSL color Cylindrical-coordinate representation of color #F9851E: hue angle of 28.22º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9851E is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 30 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.02 |
| HSL | 28.22º | 0.95% | 0.55% | - |
| HSV(B) | 28.22º | 0.88% | 0.98% | - |
| XYZ | 47.69 | 37.01 | 5.86 | - |
| YUV | 155.94 | 56.93 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 30 | 0 | 0.47 | 0.88 | 0.02 | 28.22 | 0.95 | 0.55 |
| Hex | F9 | 85 | 1E | 0 | 2F | 58 | 2 | 1C | 5F | 37 |
| Octal | 371 | 205 | 36 | 0 | 57 | 130 | 2 | 34 | 137 | 67 |
| Binary | 11111001 | 10000101 | 11110 | 0 | 101111 | 1011000 | 10 | 11100 | 1011111 | 110111 |
Color Harmonies of #F9851E
Complementary color
Monochromatic Colors of #F9851E
Black with #F9851E
Text Example
Text Example
White with #F9851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9851E; }
p { color: rgb(249,133,30); }
H1.HeaderClassName
{
color: #F9851E;
}
.AnyTagClassName
{
color: #F9851E;
}
</style>
background-color css
<style>
a { background-color: #F9851E; }
a { background-color: rgb(249,133,30); }
div.DivClassName
{
background-color: #F9851E;
}
.BgClassName
{
background-color: #F9851E;
}
</style>
border-color css
<style>
span { border-color: #F9851E; }
span { border-color: rgb(249,133,30); }
td.TdClassName
{
border-color: #F9851E;
}
.TagClassName
{
border-color: #F9851E;
}
</style>