Shades of Carrot Orange #F99518
Tints of Carrot Orange #F99518
RGB
CMYK
RGB Variations
Color information
#F99518 (or 0xF99518) is known color: Carrot Orange. HEX triplet: F9, 95 and 18. RGB value is (249,149,24). Sum of RGB (Red+Green+Blue) = 249+149+24=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F99518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99518 is #066AE7. Grayscale: #A5A5A5. Windows color (decimal): -420584 or 1611257. OLE color: 1611257.
HSL color Cylindrical-coordinate representation of color #F99518: hue angle of 33.33º 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 #F99518 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 24 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.02 |
| HSL | 33.33º | 0.95% | 0.54% | - |
| HSV(B) | 33.33º | 0.9% | 0.98% | - |
| XYZ | 49.98 | 41.7 | 6.28 | - |
| YUV | 164.65 | 48.63 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 24 | 0 | 0.40 | 0.90 | 0.02 | 33.33 | 0.95 | 0.54 |
| Hex | F9 | 95 | 18 | 0 | 28 | 5A | 2 | 21 | 5F | 36 |
| Octal | 371 | 225 | 30 | 0 | 50 | 132 | 2 | 41 | 137 | 66 |
| Binary | 11111001 | 10010101 | 11000 | 0 | 101000 | 1011010 | 10 | 100001 | 1011111 | 110110 |
Color Harmonies of #F99518
Complementary color
Monochromatic Colors of #F99518
Black with #F99518
Text Example
Text Example
White with #F99518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99518; }
p { color: rgb(249,149,24); }
H1.HeaderClassName
{
color: #F99518;
}
.AnyTagClassName
{
color: #F99518;
}
</style>
background-color css
<style>
a { background-color: #F99518; }
a { background-color: rgb(249,149,24); }
div.DivClassName
{
background-color: #F99518;
}
.BgClassName
{
background-color: #F99518;
}
</style>
border-color css
<style>
span { border-color: #F99518; }
span { border-color: rgb(249,149,24); }
td.TdClassName
{
border-color: #F99518;
}
.TagClassName
{
border-color: #F99518;
}
</style>