Shades of Sun #F68128
Tints of Sun #F68128
RGB
CMYK
RGB Variations
Color information
#F68128 (or 0xF68128) is known color: Sun. HEX triplet: F6, 81 and 28. RGB value is (246,129,40). Sum of RGB (Red+Green+Blue) = 246+129+40=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F68128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68128 is #097ED7. Grayscale: #9A9A9A. Windows color (decimal): -622296 or 2654710. OLE color: 2654710.
HSL color Cylindrical-coordinate representation of color #F68128: hue angle of 25.92º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F68128 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 40 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.04 |
| HSL | 25.92º | 0.92% | 0.56% | - |
| HSV(B) | 25.92º | 0.84% | 0.96% | - |
| XYZ | 46.24 | 35.45 | 6.41 | - |
| YUV | 153.84 | 63.76 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 40 | 0 | 0.48 | 0.84 | 0.04 | 25.92 | 0.92 | 0.56 |
| Hex | F6 | 81 | 28 | 0 | 30 | 54 | 4 | 1A | 5C | 38 |
| Octal | 366 | 201 | 50 | 0 | 60 | 124 | 4 | 32 | 134 | 70 |
| Binary | 11110110 | 10000001 | 101000 | 0 | 110000 | 1010100 | 100 | 11010 | 1011100 | 111000 |
Color Harmonies of #F68128
Complementary color
Monochromatic Colors of #F68128
Black with #F68128
Text Example
Text Example
White with #F68128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68128; }
p { color: rgb(246,129,40); }
H1.HeaderClassName
{
color: #F68128;
}
.AnyTagClassName
{
color: #F68128;
}
</style>
background-color css
<style>
a { background-color: #F68128; }
a { background-color: rgb(246,129,40); }
div.DivClassName
{
background-color: #F68128;
}
.BgClassName
{
background-color: #F68128;
}
</style>
border-color css
<style>
span { border-color: #F68128; }
span { border-color: rgb(246,129,40); }
td.TdClassName
{
border-color: #F68128;
}
.TagClassName
{
border-color: #F68128;
}
</style>