Shades of Sun #F68430
Tints of Sun #F68430
RGB
CMYK
RGB Variations
Color information
#F68430 (or 0xF68430) is known color: Sun. HEX triplet: F6, 84 and 30. RGB value is (246,132,48). Sum of RGB (Red+Green+Blue) = 246+132+48=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F68430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68430 is #097BCF. Grayscale: #9C9C9C. Windows color (decimal): -621520 or 3179766. OLE color: 3179766.
HSL color Cylindrical-coordinate representation of color #F68430: hue angle of 25.45º 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 #F68430 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 48 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.04 |
| HSL | 25.45º | 0.92% | 0.58% | - |
| HSV(B) | 25.45º | 0.8% | 0.96% | - |
| XYZ | 46.79 | 36.31 | 7.34 | - |
| YUV | 156.51 | 66.77 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 48 | 0 | 0.46 | 0.80 | 0.04 | 25.45 | 0.92 | 0.58 |
| Hex | F6 | 84 | 30 | 0 | 2E | 50 | 4 | 19 | 5C | 3A |
| Octal | 366 | 204 | 60 | 0 | 56 | 120 | 4 | 31 | 134 | 72 |
| Binary | 11110110 | 10000100 | 110000 | 0 | 101110 | 1010000 | 100 | 11001 | 1011100 | 111010 |
Color Harmonies of #F68430
Complementary color
Monochromatic Colors of #F68430
Black with #F68430
Text Example
Text Example
White with #F68430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68430; }
p { color: rgb(246,132,48); }
H1.HeaderClassName
{
color: #F68430;
}
.AnyTagClassName
{
color: #F68430;
}
</style>
background-color css
<style>
a { background-color: #F68430; }
a { background-color: rgb(246,132,48); }
div.DivClassName
{
background-color: #F68430;
}
.BgClassName
{
background-color: #F68430;
}
</style>
border-color css
<style>
span { border-color: #F68430; }
span { border-color: rgb(246,132,48); }
td.TdClassName
{
border-color: #F68430;
}
.TagClassName
{
border-color: #F68430;
}
</style>