Shades of Sun #F68530
Tints of Sun #F68530
RGB
CMYK
RGB Variations
Color information
#F68530 (or 0xF68530) is known color: Sun. HEX triplet: F6, 85 and 30. RGB value is (246,133,48). Sum of RGB (Red+Green+Blue) = 246+133+48=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F68530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68530 is #097ACF. Grayscale: #9D9D9D. Windows color (decimal): -621264 or 3180022. OLE color: 3180022.
HSL color Cylindrical-coordinate representation of color #F68530: hue angle of 25.76º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F68530 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 48 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.04 |
| HSL | 25.76º | 0.92% | 0.58% | - |
| HSV(B) | 25.76º | 0.8% | 0.96% | - |
| XYZ | 46.93 | 36.58 | 7.38 | - |
| YUV | 157.1 | 66.44 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 48 | 0 | 0.46 | 0.80 | 0.04 | 25.76 | 0.92 | 0.58 |
| Hex | F6 | 85 | 30 | 0 | 2E | 50 | 4 | 1A | 5C | 3A |
| Octal | 366 | 205 | 60 | 0 | 56 | 120 | 4 | 32 | 134 | 72 |
| Binary | 11110110 | 10000101 | 110000 | 0 | 101110 | 1010000 | 100 | 11010 | 1011100 | 111010 |
Color Harmonies of #F68530
Complementary color
Monochromatic Colors of #F68530
Black with #F68530
Text Example
Text Example
White with #F68530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68530; }
p { color: rgb(246,133,48); }
H1.HeaderClassName
{
color: #F68530;
}
.AnyTagClassName
{
color: #F68530;
}
</style>
background-color css
<style>
a { background-color: #F68530; }
a { background-color: rgb(246,133,48); }
div.DivClassName
{
background-color: #F68530;
}
.BgClassName
{
background-color: #F68530;
}
</style>
border-color css
<style>
span { border-color: #F68530; }
span { border-color: rgb(246,133,48); }
td.TdClassName
{
border-color: #F68530;
}
.TagClassName
{
border-color: #F68530;
}
</style>