Shades of Sun #F5903D
Tints of Sun #F5903D
RGB
CMYK
RGB Variations
Color information
#F5903D (or 0xF5903D) is known color: Sun. HEX triplet: F5, 90 and 3D. RGB value is (245,144,61). Sum of RGB (Red+Green+Blue) = 245+144+61=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5903D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5903D is #0A6FC2. Grayscale: #A5A5A5. Windows color (decimal): -683971 or 4034805. OLE color: 4034805.
HSL color Cylindrical-coordinate representation of color #F5903D: hue angle of 27.07º 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 #F5903D is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 61 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.04 |
| HSL | 27.07º | 0.9% | 0.6% | - |
| HSV(B) | 27.07º | 0.75% | 0.96% | - |
| XYZ | 48.47 | 39.7 | 9.52 | - |
| YUV | 164.74 | 69.46 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 61 | 0 | 0.41 | 0.75 | 0.04 | 27.07 | 0.9 | 0.6 |
| Hex | F5 | 90 | 3D | 0 | 29 | 4B | 4 | 1B | 5A | 3C |
| Octal | 365 | 220 | 75 | 0 | 51 | 113 | 4 | 33 | 132 | 74 |
| Binary | 11110101 | 10010000 | 111101 | 0 | 101001 | 1001011 | 100 | 11011 | 1011010 | 111100 |
Color Harmonies of #F5903D
Complementary color
Monochromatic Colors of #F5903D
Black with #F5903D
Text Example
Text Example
White with #F5903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5903D; }
p { color: rgb(245,144,61); }
H1.HeaderClassName
{
color: #F5903D;
}
.AnyTagClassName
{
color: #F5903D;
}
</style>
background-color css
<style>
a { background-color: #F5903D; }
a { background-color: rgb(245,144,61); }
div.DivClassName
{
background-color: #F5903D;
}
.BgClassName
{
background-color: #F5903D;
}
</style>
border-color css
<style>
span { border-color: #F5903D; }
span { border-color: rgb(245,144,61); }
td.TdClassName
{
border-color: #F5903D;
}
.TagClassName
{
border-color: #F5903D;
}
</style>