Shades of Sun #F68230
Tints of Sun #F68230
RGB
CMYK
RGB Variations
Color information
#F68230 (or 0xF68230) is known color: Sun. HEX triplet: F6, 82 and 30. RGB value is (246,130,48). Sum of RGB (Red+Green+Blue) = 246+130+48=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F68230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68230 is #097DCF. Grayscale: #9B9B9B. Windows color (decimal): -622032 or 3179254. OLE color: 3179254.
HSL color Cylindrical-coordinate representation of color #F68230: hue angle of 24.85º 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 #F68230 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 48 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.04 |
| HSL | 24.85º | 0.92% | 0.58% | - |
| HSV(B) | 24.85º | 0.8% | 0.96% | - |
| XYZ | 46.52 | 35.77 | 7.25 | - |
| YUV | 155.34 | 67.43 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 48 | 0 | 0.47 | 0.80 | 0.04 | 24.85 | 0.92 | 0.58 |
| Hex | F6 | 82 | 30 | 0 | 2F | 50 | 4 | 19 | 5C | 3A |
| Octal | 366 | 202 | 60 | 0 | 57 | 120 | 4 | 31 | 134 | 72 |
| Binary | 11110110 | 10000010 | 110000 | 0 | 101111 | 1010000 | 100 | 11001 | 1011100 | 111010 |
Color Harmonies of #F68230
Complementary color
Monochromatic Colors of #F68230
Black with #F68230
Text Example
Text Example
White with #F68230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68230; }
p { color: rgb(246,130,48); }
H1.HeaderClassName
{
color: #F68230;
}
.AnyTagClassName
{
color: #F68230;
}
</style>
background-color css
<style>
a { background-color: #F68230; }
a { background-color: rgb(246,130,48); }
div.DivClassName
{
background-color: #F68230;
}
.BgClassName
{
background-color: #F68230;
}
</style>
border-color css
<style>
span { border-color: #F68230; }
span { border-color: rgb(246,130,48); }
td.TdClassName
{
border-color: #F68230;
}
.TagClassName
{
border-color: #F68230;
}
</style>