Shades of Carrot Orange #F38A1C
Tints of Carrot Orange #F38A1C
RGB
CMYK
RGB Variations
Color information
#F38A1C (or 0xF38A1C) is known color: Carrot Orange. HEX triplet: F3, 8A and 1C. RGB value is (243,138,28). Sum of RGB (Red+Green+Blue) = 243+138+28=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38A1C is #0C75E3. Grayscale: #9D9D9D. Windows color (decimal): -816612 or 1870579. OLE color: 1870579.
HSL color Cylindrical-coordinate representation of color #F38A1C: hue angle of 30.7º 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 #F38A1C is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 28 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.05 |
| HSL | 30.7º | 0.9% | 0.53% | - |
| HSV(B) | 30.7º | 0.88% | 0.95% | - |
| XYZ | 46.26 | 37.32 | 5.86 | - |
| YUV | 156.86 | 55.29 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 28 | 0 | 0.43 | 0.88 | 0.05 | 30.7 | 0.9 | 0.53 |
| Hex | F3 | 8A | 1C | 0 | 2B | 58 | 5 | 1F | 5A | 35 |
| Octal | 363 | 212 | 34 | 0 | 53 | 130 | 5 | 37 | 132 | 65 |
| Binary | 11110011 | 10001010 | 11100 | 0 | 101011 | 1011000 | 101 | 11111 | 1011010 | 110101 |
Color Harmonies of #F38A1C
Complementary color
Monochromatic Colors of #F38A1C
Black with #F38A1C
Text Example
Text Example
White with #F38A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A1C; }
p { color: rgb(243,138,28); }
H1.HeaderClassName
{
color: #F38A1C;
}
.AnyTagClassName
{
color: #F38A1C;
}
</style>
background-color css
<style>
a { background-color: #F38A1C; }
a { background-color: rgb(243,138,28); }
div.DivClassName
{
background-color: #F38A1C;
}
.BgClassName
{
background-color: #F38A1C;
}
</style>
border-color css
<style>
span { border-color: #F38A1C; }
span { border-color: rgb(243,138,28); }
td.TdClassName
{
border-color: #F38A1C;
}
.TagClassName
{
border-color: #F38A1C;
}
</style>