Shades of Sun #F38C41
Tints of Sun #F38C41
RGB
CMYK
RGB Variations
Color information
#F38C41 (or 0xF38C41) is known color: Sun. HEX triplet: F3, 8C and 41. RGB value is (243,140,65). Sum of RGB (Red+Green+Blue) = 243+140+65=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38C41 is #0C73BE. Grayscale: #A2A2A2. Windows color (decimal): -816063 or 4295923. OLE color: 4295923.
HSL color Cylindrical-coordinate representation of color #F38C41: hue angle of 25.28º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F38C41 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 65 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.05 |
| HSL | 25.28º | 0.88% | 0.6% | - |
| HSV(B) | 25.28º | 0.73% | 0.95% | - |
| XYZ | 47.29 | 38.19 | 9.88 | - |
| YUV | 162.25 | 73.12 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 65 | 0 | 0.42 | 0.73 | 0.05 | 25.28 | 0.88 | 0.6 |
| Hex | F3 | 8C | 41 | 0 | 2A | 49 | 5 | 19 | 58 | 3C |
| Octal | 363 | 214 | 101 | 0 | 52 | 111 | 5 | 31 | 130 | 74 |
| Binary | 11110011 | 10001100 | 1000001 | 0 | 101010 | 1001001 | 101 | 11001 | 1011000 | 111100 |
Color Harmonies of #F38C41
Complementary color
Monochromatic Colors of #F38C41
Black with #F38C41
Text Example
Text Example
White with #F38C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C41; }
p { color: rgb(243,140,65); }
H1.HeaderClassName
{
color: #F38C41;
}
.AnyTagClassName
{
color: #F38C41;
}
</style>
background-color css
<style>
a { background-color: #F38C41; }
a { background-color: rgb(243,140,65); }
div.DivClassName
{
background-color: #F38C41;
}
.BgClassName
{
background-color: #F38C41;
}
</style>
border-color css
<style>
span { border-color: #F38C41; }
span { border-color: rgb(243,140,65); }
td.TdClassName
{
border-color: #F38C41;
}
.TagClassName
{
border-color: #F38C41;
}
</style>