Shades of Carrot Orange #F38C2A
Tints of Carrot Orange #F38C2A
RGB
CMYK
RGB Variations
Color information
#F38C2A (or 0xF38C2A) is known color: Carrot Orange. HEX triplet: F3, 8C and 2A. RGB value is (243,140,42). Sum of RGB (Red+Green+Blue) = 243+140+42=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38C2A is #0C73D5. Grayscale: #A0A0A0. Windows color (decimal): -816086 or 2788595. OLE color: 2788595.
HSL color Cylindrical-coordinate representation of color #F38C2A: hue angle of 29.25º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F38C2A is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 42 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.05 |
| HSL | 29.25º | 0.89% | 0.56% | - |
| HSV(B) | 29.25º | 0.83% | 0.95% | - |
| XYZ | 46.76 | 37.98 | 7.06 | - |
| YUV | 159.63 | 61.62 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 42 | 0 | 0.42 | 0.83 | 0.05 | 29.25 | 0.89 | 0.56 |
| Hex | F3 | 8C | 2A | 0 | 2A | 53 | 5 | 1D | 59 | 38 |
| Octal | 363 | 214 | 52 | 0 | 52 | 123 | 5 | 35 | 131 | 70 |
| Binary | 11110011 | 10001100 | 101010 | 0 | 101010 | 1010011 | 101 | 11101 | 1011001 | 111000 |
Color Harmonies of #F38C2A
Complementary color
Monochromatic Colors of #F38C2A
Black with #F38C2A
Text Example
Text Example
White with #F38C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C2A; }
p { color: rgb(243,140,42); }
H1.HeaderClassName
{
color: #F38C2A;
}
.AnyTagClassName
{
color: #F38C2A;
}
</style>
background-color css
<style>
a { background-color: #F38C2A; }
a { background-color: rgb(243,140,42); }
div.DivClassName
{
background-color: #F38C2A;
}
.BgClassName
{
background-color: #F38C2A;
}
</style>
border-color css
<style>
span { border-color: #F38C2A; }
span { border-color: rgb(243,140,42); }
td.TdClassName
{
border-color: #F38C2A;
}
.TagClassName
{
border-color: #F38C2A;
}
</style>