Shades of Sun #F68B3C
Tints of Sun #F68B3C
RGB
CMYK
RGB Variations
Color information
#F68B3C (or 0xF68B3C) is known color: Sun. HEX triplet: F6, 8B and 3C. RGB value is (246,139,60). Sum of RGB (Red+Green+Blue) = 246+139+60=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68B3C is #0974C3. Grayscale: #A2A2A2. Windows color (decimal): -619716 or 3967990. OLE color: 3967990.
HSL color Cylindrical-coordinate representation of color #F68B3C: hue angle of 25.48º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F68B3C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 60 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.04 |
| HSL | 25.48º | 0.91% | 0.6% | - |
| HSV(B) | 25.48º | 0.76% | 0.96% | - |
| XYZ | 48.05 | 38.38 | 9.15 | - |
| YUV | 161.99 | 70.45 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 60 | 0 | 0.43 | 0.76 | 0.04 | 25.48 | 0.91 | 0.6 |
| Hex | F6 | 8B | 3C | 0 | 2B | 4C | 4 | 19 | 5B | 3C |
| Octal | 366 | 213 | 74 | 0 | 53 | 114 | 4 | 31 | 133 | 74 |
| Binary | 11110110 | 10001011 | 111100 | 0 | 101011 | 1001100 | 100 | 11001 | 1011011 | 111100 |
Color Harmonies of #F68B3C
Complementary color
Monochromatic Colors of #F68B3C
Black with #F68B3C
Text Example
Text Example
White with #F68B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68B3C; }
p { color: rgb(246,139,60); }
H1.HeaderClassName
{
color: #F68B3C;
}
.AnyTagClassName
{
color: #F68B3C;
}
</style>
background-color css
<style>
a { background-color: #F68B3C; }
a { background-color: rgb(246,139,60); }
div.DivClassName
{
background-color: #F68B3C;
}
.BgClassName
{
background-color: #F68B3C;
}
</style>
border-color css
<style>
span { border-color: #F68B3C; }
span { border-color: rgb(246,139,60); }
td.TdClassName
{
border-color: #F68B3C;
}
.TagClassName
{
border-color: #F68B3C;
}
</style>