Shades of Sun #F5943D
Tints of Sun #F5943D
RGB
CMYK
RGB Variations
Color information
#F5943D (or 0xF5943D) is known color: Sun. HEX triplet: F5, 94 and 3D. RGB value is (245,148,61). Sum of RGB (Red+Green+Blue) = 245+148+61=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5943D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5943D is #0A6BC2. Grayscale: #A7A7A7. Windows color (decimal): -682947 or 4035829. OLE color: 4035829.
HSL color Cylindrical-coordinate representation of color #F5943D: hue angle of 28.37º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5943D is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 61 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.04 |
| HSL | 28.37º | 0.9% | 0.6% | - |
| HSV(B) | 28.37º | 0.75% | 0.96% | - |
| XYZ | 49.09 | 40.93 | 9.73 | - |
| YUV | 167.09 | 68.14 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 61 | 0 | 0.40 | 0.75 | 0.04 | 28.37 | 0.9 | 0.6 |
| Hex | F5 | 94 | 3D | 0 | 28 | 4B | 4 | 1C | 5A | 3C |
| Octal | 365 | 224 | 75 | 0 | 50 | 113 | 4 | 34 | 132 | 74 |
| Binary | 11110101 | 10010100 | 111101 | 0 | 101000 | 1001011 | 100 | 11100 | 1011010 | 111100 |
Color Harmonies of #F5943D
Complementary color
Monochromatic Colors of #F5943D
Black with #F5943D
Text Example
Text Example
White with #F5943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5943D; }
p { color: rgb(245,148,61); }
H1.HeaderClassName
{
color: #F5943D;
}
.AnyTagClassName
{
color: #F5943D;
}
</style>
background-color css
<style>
a { background-color: #F5943D; }
a { background-color: rgb(245,148,61); }
div.DivClassName
{
background-color: #F5943D;
}
.BgClassName
{
background-color: #F5943D;
}
</style>
border-color css
<style>
span { border-color: #F5943D; }
span { border-color: rgb(245,148,61); }
td.TdClassName
{
border-color: #F5943D;
}
.TagClassName
{
border-color: #F5943D;
}
</style>