Shades of Sun #F3963C
Tints of Sun #F3963C
RGB
CMYK
RGB Variations
Color information
#F3963C (or 0xF3963C) is known color: Sun. HEX triplet: F3, 96 and 3C. RGB value is (243,150,60). Sum of RGB (Red+Green+Blue) = 243+150+60=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F3963C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3963C is #0C69C3. Grayscale: #A7A7A7. Windows color (decimal): -813508 or 3970803. OLE color: 3970803.
HSL color Cylindrical-coordinate representation of color #F3963C: hue angle of 29.51º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3963C is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 150 | 60 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.05 |
| HSL | 29.51º | 0.88% | 0.59% | - |
| HSV(B) | 29.51º | 0.75% | 0.95% | - |
| XYZ | 48.68 | 41.19 | 9.66 | - |
| YUV | 167.55 | 67.31 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 150 | 60 | 0 | 0.38 | 0.75 | 0.05 | 29.51 | 0.88 | 0.59 |
| Hex | F3 | 96 | 3C | 0 | 26 | 4B | 5 | 1E | 58 | 3B |
| Octal | 363 | 226 | 74 | 0 | 46 | 113 | 5 | 36 | 130 | 73 |
| Binary | 11110011 | 10010110 | 111100 | 0 | 100110 | 1001011 | 101 | 11110 | 1011000 | 111011 |
Color Harmonies of #F3963C
Complementary color
Monochromatic Colors of #F3963C
Black with #F3963C
Text Example
Text Example
White with #F3963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3963C; }
p { color: rgb(243,150,60); }
H1.HeaderClassName
{
color: #F3963C;
}
.AnyTagClassName
{
color: #F3963C;
}
</style>
background-color css
<style>
a { background-color: #F3963C; }
a { background-color: rgb(243,150,60); }
div.DivClassName
{
background-color: #F3963C;
}
.BgClassName
{
background-color: #F3963C;
}
</style>
border-color css
<style>
span { border-color: #F3963C; }
span { border-color: rgb(243,150,60); }
td.TdClassName
{
border-color: #F3963C;
}
.TagClassName
{
border-color: #F3963C;
}
</style>