Shades of Carrot Orange #F99519
Tints of Carrot Orange #F99519
RGB
CMYK
RGB Variations
Color information
#F99519 (or 0xF99519) is known color: Carrot Orange. HEX triplet: F9, 95 and 19. RGB value is (249,149,25). Sum of RGB (Red+Green+Blue) = 249+149+25=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F99519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99519 is #066AE6. Grayscale: #A5A5A5. Windows color (decimal): -420583 or 1676793. OLE color: 1676793.
HSL color Cylindrical-coordinate representation of color #F99519: hue angle of 33.21º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F99519 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 25 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.02 |
| HSL | 33.21º | 0.95% | 0.54% | - |
| HSV(B) | 33.21º | 0.9% | 0.98% | - |
| XYZ | 49.99 | 41.7 | 6.33 | - |
| YUV | 164.76 | 49.13 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 25 | 0 | 0.40 | 0.90 | 0.02 | 33.21 | 0.95 | 0.54 |
| Hex | F9 | 95 | 19 | 0 | 28 | 5A | 2 | 21 | 5F | 36 |
| Octal | 371 | 225 | 31 | 0 | 50 | 132 | 2 | 41 | 137 | 66 |
| Binary | 11111001 | 10010101 | 11001 | 0 | 101000 | 1011010 | 10 | 100001 | 1011111 | 110110 |
Color Harmonies of #F99519
Complementary color
Monochromatic Colors of #F99519
Black with #F99519
Text Example
Text Example
White with #F99519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99519; }
p { color: rgb(249,149,25); }
H1.HeaderClassName
{
color: #F99519;
}
.AnyTagClassName
{
color: #F99519;
}
</style>
background-color css
<style>
a { background-color: #F99519; }
a { background-color: rgb(249,149,25); }
div.DivClassName
{
background-color: #F99519;
}
.BgClassName
{
background-color: #F99519;
}
</style>
border-color css
<style>
span { border-color: #F99519; }
span { border-color: rgb(249,149,25); }
td.TdClassName
{
border-color: #F99519;
}
.TagClassName
{
border-color: #F99519;
}
</style>