Shades of Sun #F1963D
Tints of Sun #F1963D
RGB
CMYK
RGB Variations
Color information
#F1963D (or 0xF1963D) is known color: Sun. HEX triplet: F1, 96 and 3D. RGB value is (241,150,61). Sum of RGB (Red+Green+Blue) = 241+150+61=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1963D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1963D is #0E69C2. Grayscale: #A7A7A7. Windows color (decimal): -944579 or 4036337. OLE color: 4036337.
HSL color Cylindrical-coordinate representation of color #F1963D: hue angle of 29.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1963D is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 61 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.05 |
| HSL | 29.67º | 0.87% | 0.59% | - |
| HSV(B) | 29.67º | 0.75% | 0.95% | - |
| XYZ | 48.02 | 40.85 | 9.77 | - |
| YUV | 167.06 | 68.15 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 61 | 0 | 0.38 | 0.75 | 0.05 | 29.67 | 0.87 | 0.59 |
| Hex | F1 | 96 | 3D | 0 | 26 | 4B | 5 | 1E | 57 | 3B |
| Octal | 361 | 226 | 75 | 0 | 46 | 113 | 5 | 36 | 127 | 73 |
| Binary | 11110001 | 10010110 | 111101 | 0 | 100110 | 1001011 | 101 | 11110 | 1010111 | 111011 |
Color Harmonies of #F1963D
Complementary color
Monochromatic Colors of #F1963D
Black with #F1963D
Text Example
Text Example
White with #F1963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1963D; }
p { color: rgb(241,150,61); }
H1.HeaderClassName
{
color: #F1963D;
}
.AnyTagClassName
{
color: #F1963D;
}
</style>
background-color css
<style>
a { background-color: #F1963D; }
a { background-color: rgb(241,150,61); }
div.DivClassName
{
background-color: #F1963D;
}
.BgClassName
{
background-color: #F1963D;
}
</style>
border-color css
<style>
span { border-color: #F1963D; }
span { border-color: rgb(241,150,61); }
td.TdClassName
{
border-color: #F1963D;
}
.TagClassName
{
border-color: #F1963D;
}
</style>