Shades of Sun #F38C33
Tints of Sun #F38C33
RGB
CMYK
RGB Variations
Color information
#F38C33 (or 0xF38C33) is known color: Sun. HEX triplet: F3, 8C and 33. RGB value is (243,140,51). Sum of RGB (Red+Green+Blue) = 243+140+51=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38C33 is #0C73CC. Grayscale: #A1A1A1. Windows color (decimal): -816077 or 3378419. OLE color: 3378419.
HSL color Cylindrical-coordinate representation of color #F38C33: hue angle of 27.81º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F38C33 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 51 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.05 |
| HSL | 27.81º | 0.89% | 0.58% | - |
| HSV(B) | 27.81º | 0.79% | 0.95% | - |
| XYZ | 46.94 | 38.05 | 8 | - |
| YUV | 160.65 | 66.12 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 51 | 0 | 0.42 | 0.79 | 0.05 | 27.81 | 0.89 | 0.58 |
| Hex | F3 | 8C | 33 | 0 | 2A | 4F | 5 | 1C | 59 | 3A |
| Octal | 363 | 214 | 63 | 0 | 52 | 117 | 5 | 34 | 131 | 72 |
| Binary | 11110011 | 10001100 | 110011 | 0 | 101010 | 1001111 | 101 | 11100 | 1011001 | 111010 |
Color Harmonies of #F38C33
Complementary color
Monochromatic Colors of #F38C33
Black with #F38C33
Text Example
Text Example
White with #F38C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C33; }
p { color: rgb(243,140,51); }
H1.HeaderClassName
{
color: #F38C33;
}
.AnyTagClassName
{
color: #F38C33;
}
</style>
background-color css
<style>
a { background-color: #F38C33; }
a { background-color: rgb(243,140,51); }
div.DivClassName
{
background-color: #F38C33;
}
.BgClassName
{
background-color: #F38C33;
}
</style>
border-color css
<style>
span { border-color: #F38C33; }
span { border-color: rgb(243,140,51); }
td.TdClassName
{
border-color: #F38C33;
}
.TagClassName
{
border-color: #F38C33;
}
</style>