Shades of Carrot Orange #F38A16
Tints of Carrot Orange #F38A16
RGB
CMYK
RGB Variations
Color information
#F38A16 (or 0xF38A16) is known color: Carrot Orange. HEX triplet: F3, 8A and 16. RGB value is (243,138,22). Sum of RGB (Red+Green+Blue) = 243+138+22=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38A16 is #0C75E9. Grayscale: #9C9C9C. Windows color (decimal): -816618 or 1477363. OLE color: 1477363.
HSL color Cylindrical-coordinate representation of color #F38A16: hue angle of 31.49º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F38A16 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 22 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.05 |
| HSL | 31.49º | 0.9% | 0.52% | - |
| HSV(B) | 31.49º | 0.91% | 0.95% | - |
| XYZ | 46.2 | 37.29 | 5.52 | - |
| YUV | 156.17 | 52.29 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 22 | 0 | 0.43 | 0.91 | 0.05 | 31.49 | 0.9 | 0.52 |
| Hex | F3 | 8A | 16 | 0 | 2B | 5B | 5 | 1F | 5A | 34 |
| Octal | 363 | 212 | 26 | 0 | 53 | 133 | 5 | 37 | 132 | 64 |
| Binary | 11110011 | 10001010 | 10110 | 0 | 101011 | 1011011 | 101 | 11111 | 1011010 | 110100 |
Color Harmonies of #F38A16
Complementary color
Monochromatic Colors of #F38A16
Black with #F38A16
Text Example
Text Example
White with #F38A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A16; }
p { color: rgb(243,138,22); }
H1.HeaderClassName
{
color: #F38A16;
}
.AnyTagClassName
{
color: #F38A16;
}
</style>
background-color css
<style>
a { background-color: #F38A16; }
a { background-color: rgb(243,138,22); }
div.DivClassName
{
background-color: #F38A16;
}
.BgClassName
{
background-color: #F38A16;
}
</style>
border-color css
<style>
span { border-color: #F38A16; }
span { border-color: rgb(243,138,22); }
td.TdClassName
{
border-color: #F38A16;
}
.TagClassName
{
border-color: #F38A16;
}
</style>