Shades of Carrot Orange #F49B25
Tints of Carrot Orange #F49B25
RGB
CMYK
RGB Variations
Color information
#F49B25 (or 0xF49B25) is known color: Carrot Orange. HEX triplet: F4, 9B and 25. RGB value is (244,155,37). Sum of RGB (Red+Green+Blue) = 244+155+37=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F49B25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49B25 is #0B64DA. Grayscale: #A8A8A8. Windows color (decimal): -746715 or 2464756. OLE color: 2464756.
HSL color Cylindrical-coordinate representation of color #F49B25: hue angle of 34.2º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F49B25 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 37 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.04 |
| HSL | 34.2º | 0.9% | 0.55% | - |
| HSV(B) | 34.2º | 0.85% | 0.96% | - |
| XYZ | 49.36 | 42.81 | 7.41 | - |
| YUV | 168.16 | 53.99 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 37 | 0 | 0.36 | 0.85 | 0.04 | 34.2 | 0.9 | 0.55 |
| Hex | F4 | 9B | 25 | 0 | 24 | 55 | 4 | 22 | 5A | 37 |
| Octal | 364 | 233 | 45 | 0 | 44 | 125 | 4 | 42 | 132 | 67 |
| Binary | 11110100 | 10011011 | 100101 | 0 | 100100 | 1010101 | 100 | 100010 | 1011010 | 110111 |
Color Harmonies of #F49B25
Complementary color
Monochromatic Colors of #F49B25
Black with #F49B25
Text Example
Text Example
White with #F49B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49B25; }
p { color: rgb(244,155,37); }
H1.HeaderClassName
{
color: #F49B25;
}
.AnyTagClassName
{
color: #F49B25;
}
</style>
background-color css
<style>
a { background-color: #F49B25; }
a { background-color: rgb(244,155,37); }
div.DivClassName
{
background-color: #F49B25;
}
.BgClassName
{
background-color: #F49B25;
}
</style>
border-color css
<style>
span { border-color: #F49B25; }
span { border-color: rgb(244,155,37); }
td.TdClassName
{
border-color: #F49B25;
}
.TagClassName
{
border-color: #F49B25;
}
</style>