Shades of Carrot Orange #F38C21
Tints of Carrot Orange #F38C21
RGB
CMYK
RGB Variations
Color information
#F38C21 (or 0xF38C21) is known color: Carrot Orange. HEX triplet: F3, 8C and 21. RGB value is (243,140,33). Sum of RGB (Red+Green+Blue) = 243+140+33=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38C21 is #0C73DE. Grayscale: #9F9F9F. Windows color (decimal): -816095 or 2198771. OLE color: 2198771.
HSL color Cylindrical-coordinate representation of color #F38C21: hue angle of 30.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F38C21 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 33 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.05 |
| HSL | 30.57º | 0.9% | 0.54% | - |
| HSV(B) | 30.57º | 0.86% | 0.95% | - |
| XYZ | 46.61 | 37.92 | 6.3 | - |
| YUV | 158.6 | 57.12 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 33 | 0 | 0.42 | 0.86 | 0.05 | 30.57 | 0.9 | 0.54 |
| Hex | F3 | 8C | 21 | 0 | 2A | 56 | 5 | 1F | 5A | 36 |
| Octal | 363 | 214 | 41 | 0 | 52 | 126 | 5 | 37 | 132 | 66 |
| Binary | 11110011 | 10001100 | 100001 | 0 | 101010 | 1010110 | 101 | 11111 | 1011010 | 110110 |
Color Harmonies of #F38C21
Complementary color
Monochromatic Colors of #F38C21
Black with #F38C21
Text Example
Text Example
White with #F38C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C21; }
p { color: rgb(243,140,33); }
H1.HeaderClassName
{
color: #F38C21;
}
.AnyTagClassName
{
color: #F38C21;
}
</style>
background-color css
<style>
a { background-color: #F38C21; }
a { background-color: rgb(243,140,33); }
div.DivClassName
{
background-color: #F38C21;
}
.BgClassName
{
background-color: #F38C21;
}
</style>
border-color css
<style>
span { border-color: #F38C21; }
span { border-color: rgb(243,140,33); }
td.TdClassName
{
border-color: #F38C21;
}
.TagClassName
{
border-color: #F38C21;
}
</style>