Shades of Sun #F3963D
Tints of Sun #F3963D
RGB
CMYK
RGB Variations
Color information
#F3963D (or 0xF3963D) is known color: Sun. HEX triplet: F3, 96 and 3D. RGB value is (243,150,61). Sum of RGB (Red+Green+Blue) = 243+150+61=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F3963D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3963D is #0C69C2. Grayscale: #A8A8A8. Windows color (decimal): -813507 or 4036339. OLE color: 4036339.
HSL color Cylindrical-coordinate representation of color #F3963D: hue angle of 29.34º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3963D is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 150 | 61 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.05 |
| HSL | 29.34º | 0.88% | 0.6% | - |
| HSV(B) | 29.34º | 0.75% | 0.95% | - |
| XYZ | 48.71 | 41.2 | 9.8 | - |
| YUV | 167.66 | 67.81 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 150 | 61 | 0 | 0.38 | 0.75 | 0.05 | 29.34 | 0.88 | 0.6 |
| Hex | F3 | 96 | 3D | 0 | 26 | 4B | 5 | 1D | 58 | 3C |
| Octal | 363 | 226 | 75 | 0 | 46 | 113 | 5 | 35 | 130 | 74 |
| Binary | 11110011 | 10010110 | 111101 | 0 | 100110 | 1001011 | 101 | 11101 | 1011000 | 111100 |
Color Harmonies of #F3963D
Complementary color
Monochromatic Colors of #F3963D
Black with #F3963D
Text Example
Text Example
White with #F3963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3963D; }
p { color: rgb(243,150,61); }
H1.HeaderClassName
{
color: #F3963D;
}
.AnyTagClassName
{
color: #F3963D;
}
</style>
background-color css
<style>
a { background-color: #F3963D; }
a { background-color: rgb(243,150,61); }
div.DivClassName
{
background-color: #F3963D;
}
.BgClassName
{
background-color: #F3963D;
}
</style>
border-color css
<style>
span { border-color: #F3963D; }
span { border-color: rgb(243,150,61); }
td.TdClassName
{
border-color: #F3963D;
}
.TagClassName
{
border-color: #F3963D;
}
</style>