Shades of Sun #F38F32
Tints of Sun #F38F32
RGB
CMYK
RGB Variations
Color information
#F38F32 (or 0xF38F32) is known color: Sun. HEX triplet: F3, 8F and 32. RGB value is (243,143,50). Sum of RGB (Red+Green+Blue) = 243+143+50=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38F32 is #0C70CD. Grayscale: #A2A2A2. Windows color (decimal): -815310 or 3313651. OLE color: 3313651.
HSL color Cylindrical-coordinate representation of color #F38F32: hue angle of 28.91º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F38F32 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 50 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.05 |
| HSL | 28.91º | 0.89% | 0.57% | - |
| HSV(B) | 28.91º | 0.79% | 0.95% | - |
| XYZ | 47.36 | 38.93 | 8.04 | - |
| YUV | 162.3 | 64.63 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 50 | 0 | 0.41 | 0.79 | 0.05 | 28.91 | 0.89 | 0.57 |
| Hex | F3 | 8F | 32 | 0 | 29 | 4F | 5 | 1D | 59 | 39 |
| Octal | 363 | 217 | 62 | 0 | 51 | 117 | 5 | 35 | 131 | 71 |
| Binary | 11110011 | 10001111 | 110010 | 0 | 101001 | 1001111 | 101 | 11101 | 1011001 | 111001 |
Color Harmonies of #F38F32
Complementary color
Monochromatic Colors of #F38F32
Black with #F38F32
Text Example
Text Example
White with #F38F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38F32; }
p { color: rgb(243,143,50); }
H1.HeaderClassName
{
color: #F38F32;
}
.AnyTagClassName
{
color: #F38F32;
}
</style>
background-color css
<style>
a { background-color: #F38F32; }
a { background-color: rgb(243,143,50); }
div.DivClassName
{
background-color: #F38F32;
}
.BgClassName
{
background-color: #F38F32;
}
</style>
border-color css
<style>
span { border-color: #F38F32; }
span { border-color: rgb(243,143,50); }
td.TdClassName
{
border-color: #F38F32;
}
.TagClassName
{
border-color: #F38F32;
}
</style>