Shades of Sun #F38F3E
Tints of Sun #F38F3E
RGB
CMYK
RGB Variations
Color information
#F38F3E (or 0xF38F3E) is known color: Sun. HEX triplet: F3, 8F and 3E. RGB value is (243,143,62). Sum of RGB (Red+Green+Blue) = 243+143+62=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38F3E is #0C70C1. Grayscale: #A4A4A4. Windows color (decimal): -815298 or 4100083. OLE color: 4100083.
HSL color Cylindrical-coordinate representation of color #F38F3E: hue angle of 26.85º 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 #F38F3E is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 62 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.05 |
| HSL | 26.85º | 0.88% | 0.6% | - |
| HSV(B) | 26.85º | 0.74% | 0.95% | - |
| XYZ | 47.65 | 39.05 | 9.58 | - |
| YUV | 163.67 | 70.63 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 62 | 0 | 0.41 | 0.74 | 0.05 | 26.85 | 0.88 | 0.6 |
| Hex | F3 | 8F | 3E | 0 | 29 | 4A | 5 | 1B | 58 | 3C |
| Octal | 363 | 217 | 76 | 0 | 51 | 112 | 5 | 33 | 130 | 74 |
| Binary | 11110011 | 10001111 | 111110 | 0 | 101001 | 1001010 | 101 | 11011 | 1011000 | 111100 |
Color Harmonies of #F38F3E
Complementary color
Monochromatic Colors of #F38F3E
Black with #F38F3E
Text Example
Text Example
White with #F38F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38F3E; }
p { color: rgb(243,143,62); }
H1.HeaderClassName
{
color: #F38F3E;
}
.AnyTagClassName
{
color: #F38F3E;
}
</style>
background-color css
<style>
a { background-color: #F38F3E; }
a { background-color: rgb(243,143,62); }
div.DivClassName
{
background-color: #F38F3E;
}
.BgClassName
{
background-color: #F38F3E;
}
</style>
border-color css
<style>
span { border-color: #F38F3E; }
span { border-color: rgb(243,143,62); }
td.TdClassName
{
border-color: #F38F3E;
}
.TagClassName
{
border-color: #F38F3E;
}
</style>