Shades of Sun #F68231
Tints of Sun #F68231
RGB
CMYK
RGB Variations
Color information
#F68231 (or 0xF68231) is known color: Sun. HEX triplet: F6, 82 and 31. RGB value is (246,130,49). Sum of RGB (Red+Green+Blue) = 246+130+49=425 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.88% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 246 - color contains mainly: red. Hex color #F68231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68231 is #097DCE. Grayscale: #9B9B9B. Windows color (decimal): -622031 or 3244790. OLE color: 3244790.
HSL color Cylindrical-coordinate representation of color #F68231: hue angle of 24.67º 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 #F68231 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 49 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.04 |
| HSL | 24.67º | 0.92% | 0.58% | - |
| HSV(B) | 24.67º | 0.8% | 0.96% | - |
| XYZ | 46.54 | 35.78 | 7.36 | - |
| YUV | 155.45 | 67.93 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 49 | 0 | 0.47 | 0.80 | 0.04 | 24.67 | 0.92 | 0.58 |
| Hex | F6 | 82 | 31 | 0 | 2F | 50 | 4 | 19 | 5C | 3A |
| Octal | 366 | 202 | 61 | 0 | 57 | 120 | 4 | 31 | 134 | 72 |
| Binary | 11110110 | 10000010 | 110001 | 0 | 101111 | 1010000 | 100 | 11001 | 1011100 | 111010 |
Color Harmonies of #F68231
Complementary color
Monochromatic Colors of #F68231
Black with #F68231
Text Example
Text Example
White with #F68231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68231; }
p { color: rgb(246,130,49); }
H1.HeaderClassName
{
color: #F68231;
}
.AnyTagClassName
{
color: #F68231;
}
</style>
background-color css
<style>
a { background-color: #F68231; }
a { background-color: rgb(246,130,49); }
div.DivClassName
{
background-color: #F68231;
}
.BgClassName
{
background-color: #F68231;
}
</style>
border-color css
<style>
span { border-color: #F68231; }
span { border-color: rgb(246,130,49); }
td.TdClassName
{
border-color: #F68231;
}
.TagClassName
{
border-color: #F68231;
}
</style>