Shades of Sun #F38C37
Tints of Sun #F38C37
RGB
CMYK
RGB Variations
Color information
#F38C37 (or 0xF38C37) is known color: Sun. HEX triplet: F3, 8C and 37. RGB value is (243,140,55). Sum of RGB (Red+Green+Blue) = 243+140+55=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38C37 is #0C73C8. Grayscale: #A1A1A1. Windows color (decimal): -816073 or 3640563. OLE color: 3640563.
HSL color Cylindrical-coordinate representation of color #F38C37: hue angle of 27.13º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F38C37 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 55 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.05 |
| HSL | 27.13º | 0.89% | 0.58% | - |
| HSV(B) | 27.13º | 0.77% | 0.95% | - |
| XYZ | 47.03 | 38.09 | 8.49 | - |
| YUV | 161.11 | 68.12 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 55 | 0 | 0.42 | 0.77 | 0.05 | 27.13 | 0.89 | 0.58 |
| Hex | F3 | 8C | 37 | 0 | 2A | 4D | 5 | 1B | 59 | 3A |
| Octal | 363 | 214 | 67 | 0 | 52 | 115 | 5 | 33 | 131 | 72 |
| Binary | 11110011 | 10001100 | 110111 | 0 | 101010 | 1001101 | 101 | 11011 | 1011001 | 111010 |
Color Harmonies of #F38C37
Complementary color
Monochromatic Colors of #F38C37
Black with #F38C37
Text Example
Text Example
White with #F38C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C37; }
p { color: rgb(243,140,55); }
H1.HeaderClassName
{
color: #F38C37;
}
.AnyTagClassName
{
color: #F38C37;
}
</style>
background-color css
<style>
a { background-color: #F38C37; }
a { background-color: rgb(243,140,55); }
div.DivClassName
{
background-color: #F38C37;
}
.BgClassName
{
background-color: #F38C37;
}
</style>
border-color css
<style>
span { border-color: #F38C37; }
span { border-color: rgb(243,140,55); }
td.TdClassName
{
border-color: #F38C37;
}
.TagClassName
{
border-color: #F38C37;
}
</style>