Shades of Sun #F5933D
Tints of Sun #F5933D
RGB
CMYK
RGB Variations
Color information
#F5933D (or 0xF5933D) is known color: Sun. HEX triplet: F5, 93 and 3D. RGB value is (245,147,61). Sum of RGB (Red+Green+Blue) = 245+147+61=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5933D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5933D is #0A6CC2. Grayscale: #A6A6A6. Windows color (decimal): -683203 or 4035573. OLE color: 4035573.
HSL color Cylindrical-coordinate representation of color #F5933D: hue angle of 28.04º 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 #F5933D is Cyan = 0, Magento = 0.4, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 61 | - |
| CMYK | 0 | 0.4 | 0.75 | 0.04 |
| HSL | 28.04º | 0.9% | 0.6% | - |
| HSV(B) | 28.04º | 0.75% | 0.96% | - |
| XYZ | 48.93 | 40.62 | 9.68 | - |
| YUV | 166.5 | 68.47 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 61 | 0 | 0.4 | 0.75 | 0.04 | 28.04 | 0.9 | 0.6 |
| Hex | F5 | 93 | 3D | 0 | 28 | 4B | 4 | 1C | 5A | 3C |
| Octal | 365 | 223 | 75 | 0 | 50 | 113 | 4 | 34 | 132 | 74 |
| Binary | 11110101 | 10010011 | 111101 | 0 | 101000 | 1001011 | 100 | 11100 | 1011010 | 111100 |
Color Harmonies of #F5933D
Complementary color
Monochromatic Colors of #F5933D
Black with #F5933D
Text Example
Text Example
White with #F5933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5933D; }
p { color: rgb(245,147,61); }
H1.HeaderClassName
{
color: #F5933D;
}
.AnyTagClassName
{
color: #F5933D;
}
</style>
background-color css
<style>
a { background-color: #F5933D; }
a { background-color: rgb(245,147,61); }
div.DivClassName
{
background-color: #F5933D;
}
.BgClassName
{
background-color: #F5933D;
}
</style>
border-color css
<style>
span { border-color: #F5933D; }
span { border-color: rgb(245,147,61); }
td.TdClassName
{
border-color: #F5933D;
}
.TagClassName
{
border-color: #F5933D;
}
</style>