Shades of Carrot Orange #F38A1D
Tints of Carrot Orange #F38A1D
RGB
CMYK
RGB Variations
Color information
#F38A1D (or 0xF38A1D) is known color: Carrot Orange. HEX triplet: F3, 8A and 1D. RGB value is (243,138,29). Sum of RGB (Red+Green+Blue) = 243+138+29=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38A1D is #0C75E2. Grayscale: #9D9D9D. Windows color (decimal): -816611 or 1936115. OLE color: 1936115.
HSL color Cylindrical-coordinate representation of color #F38A1D: hue angle of 30.56º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F38A1D is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 29 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.05 |
| HSL | 30.56º | 0.9% | 0.53% | - |
| HSV(B) | 30.56º | 0.88% | 0.95% | - |
| XYZ | 46.27 | 37.32 | 5.93 | - |
| YUV | 156.97 | 55.79 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 29 | 0 | 0.43 | 0.88 | 0.05 | 30.56 | 0.9 | 0.53 |
| Hex | F3 | 8A | 1D | 0 | 2B | 58 | 5 | 1F | 5A | 35 |
| Octal | 363 | 212 | 35 | 0 | 53 | 130 | 5 | 37 | 132 | 65 |
| Binary | 11110011 | 10001010 | 11101 | 0 | 101011 | 1011000 | 101 | 11111 | 1011010 | 110101 |
Color Harmonies of #F38A1D
Complementary color
Monochromatic Colors of #F38A1D
Black with #F38A1D
Text Example
Text Example
White with #F38A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A1D; }
p { color: rgb(243,138,29); }
H1.HeaderClassName
{
color: #F38A1D;
}
.AnyTagClassName
{
color: #F38A1D;
}
</style>
background-color css
<style>
a { background-color: #F38A1D; }
a { background-color: rgb(243,138,29); }
div.DivClassName
{
background-color: #F38A1D;
}
.BgClassName
{
background-color: #F38A1D;
}
</style>
border-color css
<style>
span { border-color: #F38A1D; }
span { border-color: rgb(243,138,29); }
td.TdClassName
{
border-color: #F38A1D;
}
.TagClassName
{
border-color: #F38A1D;
}
</style>