Shades of Sun #F5943B
Tints of Sun #F5943B
RGB
CMYK
RGB Variations
Color information
#F5943B (or 0xF5943B) is known color: Sun. HEX triplet: F5, 94 and 3B. RGB value is (245,148,59). Sum of RGB (Red+Green+Blue) = 245+148+59=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5943B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5943B is #0A6BC4. Grayscale: #A7A7A7. Windows color (decimal): -682949 or 3904757. OLE color: 3904757.
HSL color Cylindrical-coordinate representation of color #F5943B: hue angle of 28.71º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5943B is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 59 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.04 |
| HSL | 28.71º | 0.9% | 0.6% | - |
| HSV(B) | 28.71º | 0.76% | 0.96% | - |
| XYZ | 49.04 | 40.91 | 9.45 | - |
| YUV | 166.86 | 67.14 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 59 | 0 | 0.40 | 0.76 | 0.04 | 28.71 | 0.9 | 0.6 |
| Hex | F5 | 94 | 3B | 0 | 28 | 4C | 4 | 1D | 5A | 3C |
| Octal | 365 | 224 | 73 | 0 | 50 | 114 | 4 | 35 | 132 | 74 |
| Binary | 11110101 | 10010100 | 111011 | 0 | 101000 | 1001100 | 100 | 11101 | 1011010 | 111100 |
Color Harmonies of #F5943B
Complementary color
Monochromatic Colors of #F5943B
Black with #F5943B
Text Example
Text Example
White with #F5943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5943B; }
p { color: rgb(245,148,59); }
H1.HeaderClassName
{
color: #F5943B;
}
.AnyTagClassName
{
color: #F5943B;
}
</style>
background-color css
<style>
a { background-color: #F5943B; }
a { background-color: rgb(245,148,59); }
div.DivClassName
{
background-color: #F5943B;
}
.BgClassName
{
background-color: #F5943B;
}
</style>
border-color css
<style>
span { border-color: #F5943B; }
span { border-color: rgb(245,148,59); }
td.TdClassName
{
border-color: #F5943B;
}
.TagClassName
{
border-color: #F5943B;
}
</style>