Shades of Carrot Orange #F38C2B
Tints of Carrot Orange #F38C2B
RGB
CMYK
RGB Variations
Color information
#F38C2B (or 0xF38C2B) is known color: Carrot Orange. HEX triplet: F3, 8C and 2B. RGB value is (243,140,43). Sum of RGB (Red+Green+Blue) = 243+140+43=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38C2B is #0C73D4. Grayscale: #A0A0A0. Windows color (decimal): -816085 or 2854131. OLE color: 2854131.
HSL color Cylindrical-coordinate representation of color #F38C2B: hue angle of 29.1º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F38C2B is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 43 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.05 |
| HSL | 29.1º | 0.89% | 0.56% | - |
| HSV(B) | 29.1º | 0.82% | 0.95% | - |
| XYZ | 46.78 | 37.99 | 7.15 | - |
| YUV | 159.74 | 62.12 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 43 | 0 | 0.42 | 0.82 | 0.05 | 29.1 | 0.89 | 0.56 |
| Hex | F3 | 8C | 2B | 0 | 2A | 52 | 5 | 1D | 59 | 38 |
| Octal | 363 | 214 | 53 | 0 | 52 | 122 | 5 | 35 | 131 | 70 |
| Binary | 11110011 | 10001100 | 101011 | 0 | 101010 | 1010010 | 101 | 11101 | 1011001 | 111000 |
Color Harmonies of #F38C2B
Complementary color
Monochromatic Colors of #F38C2B
Black with #F38C2B
Text Example
Text Example
White with #F38C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C2B; }
p { color: rgb(243,140,43); }
H1.HeaderClassName
{
color: #F38C2B;
}
.AnyTagClassName
{
color: #F38C2B;
}
</style>
background-color css
<style>
a { background-color: #F38C2B; }
a { background-color: rgb(243,140,43); }
div.DivClassName
{
background-color: #F38C2B;
}
.BgClassName
{
background-color: #F38C2B;
}
</style>
border-color css
<style>
span { border-color: #F38C2B; }
span { border-color: rgb(243,140,43); }
td.TdClassName
{
border-color: #F38C2B;
}
.TagClassName
{
border-color: #F38C2B;
}
</style>