Shades of Carrot Orange #F29518
Tints of Carrot Orange #F29518
RGB
CMYK
RGB Variations
Color information
#F29518 (or 0xF29518) is known color: Carrot Orange. HEX triplet: F2, 95 and 18. RGB value is (242,149,24). Sum of RGB (Red+Green+Blue) = 242+149+24=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F29518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29518 is #0D6AE7. Grayscale: #A3A3A3. Windows color (decimal): -879336 or 1611250. OLE color: 1611250.
HSL color Cylindrical-coordinate representation of color #F29518: hue angle of 34.4º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F29518 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 24 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.05 |
| HSL | 34.4º | 0.89% | 0.52% | - |
| HSV(B) | 34.4º | 0.9% | 0.95% | - |
| XYZ | 47.53 | 40.44 | 6.16 | - |
| YUV | 162.56 | 49.81 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 24 | 0 | 0.38 | 0.90 | 0.05 | 34.4 | 0.89 | 0.52 |
| Hex | F2 | 95 | 18 | 0 | 26 | 5A | 5 | 22 | 59 | 34 |
| Octal | 362 | 225 | 30 | 0 | 46 | 132 | 5 | 42 | 131 | 64 |
| Binary | 11110010 | 10010101 | 11000 | 0 | 100110 | 1011010 | 101 | 100010 | 1011001 | 110100 |
Color Harmonies of #F29518
Complementary color
Monochromatic Colors of #F29518
Black with #F29518
Text Example
Text Example
White with #F29518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29518; }
p { color: rgb(242,149,24); }
H1.HeaderClassName
{
color: #F29518;
}
.AnyTagClassName
{
color: #F29518;
}
</style>
background-color css
<style>
a { background-color: #F29518; }
a { background-color: rgb(242,149,24); }
div.DivClassName
{
background-color: #F29518;
}
.BgClassName
{
background-color: #F29518;
}
</style>
border-color css
<style>
span { border-color: #F29518; }
span { border-color: rgb(242,149,24); }
td.TdClassName
{
border-color: #F29518;
}
.TagClassName
{
border-color: #F29518;
}
</style>