Shades of Sun #F6913D
Tints of Sun #F6913D
RGB
CMYK
RGB Variations
Color information
#F6913D (or 0xF6913D) is known color: Sun. HEX triplet: F6, 91 and 3D. RGB value is (246,145,61). Sum of RGB (Red+Green+Blue) = 246+145+61=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F6913D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6913D is #096EC2. Grayscale: #A6A6A6. Windows color (decimal): -618179 or 4035062. OLE color: 4035062.
HSL color Cylindrical-coordinate representation of color #F6913D: hue angle of 27.24º degrees, saturation: 0.91, 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 #F6913D is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 61 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.04 |
| HSL | 27.24º | 0.91% | 0.6% | - |
| HSV(B) | 27.24º | 0.75% | 0.96% | - |
| XYZ | 48.97 | 40.18 | 9.59 | - |
| YUV | 165.62 | 68.96 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 61 | 0 | 0.41 | 0.75 | 0.04 | 27.24 | 0.91 | 0.6 |
| Hex | F6 | 91 | 3D | 0 | 29 | 4B | 4 | 1B | 5B | 3C |
| Octal | 366 | 221 | 75 | 0 | 51 | 113 | 4 | 33 | 133 | 74 |
| Binary | 11110110 | 10010001 | 111101 | 0 | 101001 | 1001011 | 100 | 11011 | 1011011 | 111100 |
Color Harmonies of #F6913D
Complementary color
Monochromatic Colors of #F6913D
Black with #F6913D
Text Example
Text Example
White with #F6913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6913D; }
p { color: rgb(246,145,61); }
H1.HeaderClassName
{
color: #F6913D;
}
.AnyTagClassName
{
color: #F6913D;
}
</style>
background-color css
<style>
a { background-color: #F6913D; }
a { background-color: rgb(246,145,61); }
div.DivClassName
{
background-color: #F6913D;
}
.BgClassName
{
background-color: #F6913D;
}
</style>
border-color css
<style>
span { border-color: #F6913D; }
span { border-color: rgb(246,145,61); }
td.TdClassName
{
border-color: #F6913D;
}
.TagClassName
{
border-color: #F6913D;
}
</style>