Shades of Carrot Orange #F9901B
Tints of Carrot Orange #F9901B
RGB
CMYK
RGB Variations
Color information
#F9901B (or 0xF9901B) is known color: Carrot Orange. HEX triplet: F9, 90 and 1B. RGB value is (249,144,27). Sum of RGB (Red+Green+Blue) = 249+144+27=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F9901B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9901B is #066FE4. Grayscale: #A2A2A2. Windows color (decimal): -421861 or 1806585. OLE color: 1806585.
HSL color Cylindrical-coordinate representation of color #F9901B: hue angle of 31.62º degrees, saturation: 0.95, 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 #F9901B is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 27 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.02 |
| HSL | 31.62º | 0.95% | 0.54% | - |
| HSV(B) | 31.62º | 0.89% | 0.98% | - |
| XYZ | 49.24 | 40.17 | 6.19 | - |
| YUV | 162.06 | 51.79 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 27 | 0 | 0.42 | 0.89 | 0.02 | 31.62 | 0.95 | 0.54 |
| Hex | F9 | 90 | 1B | 0 | 2A | 59 | 2 | 20 | 5F | 36 |
| Octal | 371 | 220 | 33 | 0 | 52 | 131 | 2 | 40 | 137 | 66 |
| Binary | 11111001 | 10010000 | 11011 | 0 | 101010 | 1011001 | 10 | 100000 | 1011111 | 110110 |
Color Harmonies of #F9901B
Complementary color
Monochromatic Colors of #F9901B
Black with #F9901B
Text Example
Text Example
White with #F9901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9901B; }
p { color: rgb(249,144,27); }
H1.HeaderClassName
{
color: #F9901B;
}
.AnyTagClassName
{
color: #F9901B;
}
</style>
background-color css
<style>
a { background-color: #F9901B; }
a { background-color: rgb(249,144,27); }
div.DivClassName
{
background-color: #F9901B;
}
.BgClassName
{
background-color: #F9901B;
}
</style>
border-color css
<style>
span { border-color: #F9901B; }
span { border-color: rgb(249,144,27); }
td.TdClassName
{
border-color: #F9901B;
}
.TagClassName
{
border-color: #F9901B;
}
</style>