Shades of Carrot Orange #F38912
Tints of Carrot Orange #F38912
RGB
CMYK
RGB Variations
Color information
#F38912 (or 0xF38912) is known color: Carrot Orange. HEX triplet: F3, 89 and 12. RGB value is (243,137,18). Sum of RGB (Red+Green+Blue) = 243+137+18=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F38912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38912 is #0C76ED. Grayscale: #9B9B9B. Windows color (decimal): -816878 or 1214963. OLE color: 1214963.
HSL color Cylindrical-coordinate representation of color #F38912: hue angle of 31.73º 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 #F38912 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 18 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.05 |
| HSL | 31.73º | 0.9% | 0.51% | - |
| HSV(B) | 31.73º | 0.93% | 0.95% | - |
| XYZ | 46.02 | 36.99 | 5.29 | - |
| YUV | 155.13 | 50.62 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 18 | 0 | 0.44 | 0.93 | 0.05 | 31.73 | 0.9 | 0.51 |
| Hex | F3 | 89 | 12 | 0 | 2C | 5D | 5 | 20 | 5A | 33 |
| Octal | 363 | 211 | 22 | 0 | 54 | 135 | 5 | 40 | 132 | 63 |
| Binary | 11110011 | 10001001 | 10010 | 0 | 101100 | 1011101 | 101 | 100000 | 1011010 | 110011 |
Color Harmonies of #F38912
Complementary color
Monochromatic Colors of #F38912
Black with #F38912
Text Example
Text Example
White with #F38912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38912; }
p { color: rgb(243,137,18); }
H1.HeaderClassName
{
color: #F38912;
}
.AnyTagClassName
{
color: #F38912;
}
</style>
background-color css
<style>
a { background-color: #F38912; }
a { background-color: rgb(243,137,18); }
div.DivClassName
{
background-color: #F38912;
}
.BgClassName
{
background-color: #F38912;
}
</style>
border-color css
<style>
span { border-color: #F38912; }
span { border-color: rgb(243,137,18); }
td.TdClassName
{
border-color: #F38912;
}
.TagClassName
{
border-color: #F38912;
}
</style>