Shades of Sun #F38C40
Tints of Sun #F38C40
RGB
CMYK
RGB Variations
Color information
#F38C40 (or 0xF38C40) is known color: Sun. HEX triplet: F3, 8C and 40. RGB value is (243,140,64). Sum of RGB (Red+Green+Blue) = 243+140+64=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38C40 is #0C73BF. Grayscale: #A2A2A2. Windows color (decimal): -816064 or 4230387. OLE color: 4230387.
HSL color Cylindrical-coordinate representation of color #F38C40: hue angle of 25.47º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F38C40 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 64 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.05 |
| HSL | 25.47º | 0.88% | 0.6% | - |
| HSV(B) | 25.47º | 0.74% | 0.95% | - |
| XYZ | 47.27 | 38.18 | 9.73 | - |
| YUV | 162.13 | 72.62 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 64 | 0 | 0.42 | 0.74 | 0.05 | 25.47 | 0.88 | 0.6 |
| Hex | F3 | 8C | 40 | 0 | 2A | 4A | 5 | 19 | 58 | 3C |
| Octal | 363 | 214 | 100 | 0 | 52 | 112 | 5 | 31 | 130 | 74 |
| Binary | 11110011 | 10001100 | 1000000 | 0 | 101010 | 1001010 | 101 | 11001 | 1011000 | 111100 |
Color Harmonies of #F38C40
Complementary color
Monochromatic Colors of #F38C40
Black with #F38C40
Text Example
Text Example
White with #F38C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C40; }
p { color: rgb(243,140,64); }
H1.HeaderClassName
{
color: #F38C40;
}
.AnyTagClassName
{
color: #F38C40;
}
</style>
background-color css
<style>
a { background-color: #F38C40; }
a { background-color: rgb(243,140,64); }
div.DivClassName
{
background-color: #F38C40;
}
.BgClassName
{
background-color: #F38C40;
}
</style>
border-color css
<style>
span { border-color: #F38C40; }
span { border-color: rgb(243,140,64); }
td.TdClassName
{
border-color: #F38C40;
}
.TagClassName
{
border-color: #F38C40;
}
</style>