Shades of Carrot Orange #F38A1E
Tints of Carrot Orange #F38A1E
RGB
CMYK
RGB Variations
Color information
#F38A1E (or 0xF38A1E) is known color: Carrot Orange. HEX triplet: F3, 8A and 1E. RGB value is (243,138,30). Sum of RGB (Red+Green+Blue) = 243+138+30=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38A1E is #0C75E1. Grayscale: #9D9D9D. Windows color (decimal): -816610 or 2001651. OLE color: 2001651.
HSL color Cylindrical-coordinate representation of color #F38A1E: hue angle of 30.42º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F38A1E is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 30 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.05 |
| HSL | 30.42º | 0.9% | 0.54% | - |
| HSV(B) | 30.42º | 0.88% | 0.95% | - |
| XYZ | 46.28 | 37.33 | 5.99 | - |
| YUV | 157.08 | 56.29 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 30 | 0 | 0.43 | 0.88 | 0.05 | 30.42 | 0.9 | 0.54 |
| Hex | F3 | 8A | 1E | 0 | 2B | 58 | 5 | 1E | 5A | 36 |
| Octal | 363 | 212 | 36 | 0 | 53 | 130 | 5 | 36 | 132 | 66 |
| Binary | 11110011 | 10001010 | 11110 | 0 | 101011 | 1011000 | 101 | 11110 | 1011010 | 110110 |
Color Harmonies of #F38A1E
Complementary color
Monochromatic Colors of #F38A1E
Black with #F38A1E
Text Example
Text Example
White with #F38A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A1E; }
p { color: rgb(243,138,30); }
H1.HeaderClassName
{
color: #F38A1E;
}
.AnyTagClassName
{
color: #F38A1E;
}
</style>
background-color css
<style>
a { background-color: #F38A1E; }
a { background-color: rgb(243,138,30); }
div.DivClassName
{
background-color: #F38A1E;
}
.BgClassName
{
background-color: #F38A1E;
}
</style>
border-color css
<style>
span { border-color: #F38A1E; }
span { border-color: rgb(243,138,30); }
td.TdClassName
{
border-color: #F38A1E;
}
.TagClassName
{
border-color: #F38A1E;
}
</style>