Shades of Carrot Orange #F38A12
Tints of Carrot Orange #F38A12
RGB
CMYK
RGB Variations
Color information
#F38A12 (or 0xF38A12) is known color: Carrot Orange. HEX triplet: F3, 8A and 12. RGB value is (243,138,18). Sum of RGB (Red+Green+Blue) = 243+138+18=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38A12 is #0C75ED. Grayscale: #9C9C9C. Windows color (decimal): -816622 or 1215219. OLE color: 1215219.
HSL color Cylindrical-coordinate representation of color #F38A12: hue angle of 32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F38A12 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 18 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.05 |
| HSL | 32º | 0.9% | 0.51% | - |
| HSV(B) | 32º | 0.93% | 0.95% | - |
| XYZ | 46.16 | 37.28 | 5.33 | - |
| YUV | 155.72 | 50.29 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 18 | 0 | 0.43 | 0.93 | 0.05 | 32 | 0.9 | 0.51 |
| Hex | F3 | 8A | 12 | 0 | 2B | 5D | 5 | 20 | 5A | 33 |
| Octal | 363 | 212 | 22 | 0 | 53 | 135 | 5 | 40 | 132 | 63 |
| Binary | 11110011 | 10001010 | 10010 | 0 | 101011 | 1011101 | 101 | 100000 | 1011010 | 110011 |
Color Harmonies of #F38A12
Complementary color
Monochromatic Colors of #F38A12
Black with #F38A12
Text Example
Text Example
White with #F38A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A12; }
p { color: rgb(243,138,18); }
H1.HeaderClassName
{
color: #F38A12;
}
.AnyTagClassName
{
color: #F38A12;
}
</style>
background-color css
<style>
a { background-color: #F38A12; }
a { background-color: rgb(243,138,18); }
div.DivClassName
{
background-color: #F38A12;
}
.BgClassName
{
background-color: #F38A12;
}
</style>
border-color css
<style>
span { border-color: #F38A12; }
span { border-color: rgb(243,138,18); }
td.TdClassName
{
border-color: #F38A12;
}
.TagClassName
{
border-color: #F38A12;
}
</style>