Shades of Sun #F68A3C
Tints of Sun #F68A3C
RGB
CMYK
RGB Variations
Color information
#F68A3C (or 0xF68A3C) is known color: Sun. HEX triplet: F6, 8A and 3C. RGB value is (246,138,60). Sum of RGB (Red+Green+Blue) = 246+138+60=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68A3C is #0975C3. Grayscale: #A1A1A1. Windows color (decimal): -619972 or 3967734. OLE color: 3967734.
HSL color Cylindrical-coordinate representation of color #F68A3C: hue angle of 25.16º 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 #F68A3C is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 60 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.04 |
| HSL | 25.16º | 0.91% | 0.6% | - |
| HSV(B) | 25.16º | 0.76% | 0.96% | - |
| XYZ | 47.91 | 38.1 | 9.1 | - |
| YUV | 161.4 | 70.78 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 60 | 0 | 0.44 | 0.76 | 0.04 | 25.16 | 0.91 | 0.6 |
| Hex | F6 | 8A | 3C | 0 | 2C | 4C | 4 | 19 | 5B | 3C |
| Octal | 366 | 212 | 74 | 0 | 54 | 114 | 4 | 31 | 133 | 74 |
| Binary | 11110110 | 10001010 | 111100 | 0 | 101100 | 1001100 | 100 | 11001 | 1011011 | 111100 |
Color Harmonies of #F68A3C
Complementary color
Monochromatic Colors of #F68A3C
Black with #F68A3C
Text Example
Text Example
White with #F68A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A3C; }
p { color: rgb(246,138,60); }
H1.HeaderClassName
{
color: #F68A3C;
}
.AnyTagClassName
{
color: #F68A3C;
}
</style>
background-color css
<style>
a { background-color: #F68A3C; }
a { background-color: rgb(246,138,60); }
div.DivClassName
{
background-color: #F68A3C;
}
.BgClassName
{
background-color: #F68A3C;
}
</style>
border-color css
<style>
span { border-color: #F68A3C; }
span { border-color: rgb(246,138,60); }
td.TdClassName
{
border-color: #F68A3C;
}
.TagClassName
{
border-color: #F68A3C;
}
</style>