Shades of Sun #F5933F
Tints of Sun #F5933F
RGB
CMYK
RGB Variations
Color information
#F5933F (or 0xF5933F) is known color: Sun. HEX triplet: F5, 93 and 3F. RGB value is (245,147,63). Sum of RGB (Red+Green+Blue) = 245+147+63=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5933F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5933F is #0A6CC0. Grayscale: #A7A7A7. Windows color (decimal): -683201 or 4166645. OLE color: 4166645.
HSL color Cylindrical-coordinate representation of color #F5933F: hue angle of 27.69º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5933F is Cyan = 0, Magento = 0.4, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 63 | - |
| CMYK | 0 | 0.4 | 0.74 | 0.04 |
| HSL | 27.69º | 0.9% | 0.6% | - |
| HSV(B) | 27.69º | 0.74% | 0.96% | - |
| XYZ | 48.99 | 40.64 | 9.96 | - |
| YUV | 166.73 | 69.47 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 63 | 0 | 0.4 | 0.74 | 0.04 | 27.69 | 0.9 | 0.6 |
| Hex | F5 | 93 | 3F | 0 | 28 | 4A | 4 | 1C | 5A | 3C |
| Octal | 365 | 223 | 77 | 0 | 50 | 112 | 4 | 34 | 132 | 74 |
| Binary | 11110101 | 10010011 | 111111 | 0 | 101000 | 1001010 | 100 | 11100 | 1011010 | 111100 |
Color Harmonies of #F5933F
Complementary color
Monochromatic Colors of #F5933F
Black with #F5933F
Text Example
Text Example
White with #F5933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5933F; }
p { color: rgb(245,147,63); }
H1.HeaderClassName
{
color: #F5933F;
}
.AnyTagClassName
{
color: #F5933F;
}
</style>
background-color css
<style>
a { background-color: #F5933F; }
a { background-color: rgb(245,147,63); }
div.DivClassName
{
background-color: #F5933F;
}
.BgClassName
{
background-color: #F5933F;
}
</style>
border-color css
<style>
span { border-color: #F5933F; }
span { border-color: rgb(245,147,63); }
td.TdClassName
{
border-color: #F5933F;
}
.TagClassName
{
border-color: #F5933F;
}
</style>