Shades of Sun #F5903F
Tints of Sun #F5903F
RGB
CMYK
RGB Variations
Color information
#F5903F (or 0xF5903F) is known color: Sun. HEX triplet: F5, 90 and 3F. RGB value is (245,144,63). Sum of RGB (Red+Green+Blue) = 245+144+63=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5903F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5903F is #0A6FC0. Grayscale: #A5A5A5. Windows color (decimal): -683969 or 4165877. OLE color: 4165877.
HSL color Cylindrical-coordinate representation of color #F5903F: hue angle of 26.7º 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 #F5903F is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 63 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.04 |
| HSL | 26.7º | 0.9% | 0.6% | - |
| HSV(B) | 26.7º | 0.74% | 0.96% | - |
| XYZ | 48.53 | 39.72 | 9.81 | - |
| YUV | 164.97 | 70.46 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 63 | 0 | 0.41 | 0.74 | 0.04 | 26.7 | 0.9 | 0.6 |
| Hex | F5 | 90 | 3F | 0 | 29 | 4A | 4 | 1B | 5A | 3C |
| Octal | 365 | 220 | 77 | 0 | 51 | 112 | 4 | 33 | 132 | 74 |
| Binary | 11110101 | 10010000 | 111111 | 0 | 101001 | 1001010 | 100 | 11011 | 1011010 | 111100 |
Color Harmonies of #F5903F
Complementary color
Monochromatic Colors of #F5903F
Black with #F5903F
Text Example
Text Example
White with #F5903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5903F; }
p { color: rgb(245,144,63); }
H1.HeaderClassName
{
color: #F5903F;
}
.AnyTagClassName
{
color: #F5903F;
}
</style>
background-color css
<style>
a { background-color: #F5903F; }
a { background-color: rgb(245,144,63); }
div.DivClassName
{
background-color: #F5903F;
}
.BgClassName
{
background-color: #F5903F;
}
</style>
border-color css
<style>
span { border-color: #F5903F; }
span { border-color: rgb(245,144,63); }
td.TdClassName
{
border-color: #F5903F;
}
.TagClassName
{
border-color: #F5903F;
}
</style>